[SM-USERS] Over Quota Error.

2005-03-08 Thread Samir Noshy
Dear All,

When a certain user is over quota, he gets the following error in the left
frame instead of the folder list:


* NO Error in IMAP command received by server. ERROR:  
ERROR : Connection dropped by imap-server.
 
 
Why this error apears?
  
Best Regards.
 
Samir Noshy
 




---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re:[SM-USERS] Kerberos Authentication

2005-03-08 Thread Tomas Kuliavas
>>> /**
>>> * IMAP authentication mechanism
>>> * auth_mech can be either 'login', 'plain', 'cram-md5', or 'digest-md5'
>>> */
>>>
>>>
>>> That probably answers my question, no Kerberos option available at
>>> all. Is there a change_log for the 1.5 development versions?  I'm
>>> curious if Kerberos authentication is going to be added anytime soon?

Use the hard way. viewcvs.

http://cvs.sf.net/viewcvs.py/squirrelmail/squirrelmail/

>> I'm not a developer but I would be surprised if it was. The methodology
>>  for user authentication has always been to simply try to log in with
>> the username and password to the IMAP server and let it figure whether
>> the user is authorized or not. There is no internal code that I am aware
>> of to handle user authentication at all. The auth mechanisms below are
>> all ways to communicate with IMAP servers and specify the format that
>> the username and password must be in for the IMAP server to parse them.
>>
>> --
>> Marc
>>
>>
>> p.s. Just because certain mail clients preference top-posting doesn't
>> mean it's a good thing.
>
> It should be nice if it could be kerberized. I remember, a few month ago,
> I saw a part of kerberization for Horde/IMP, but I don't want to leave SM
> !!!
>
>
> So I installed apache realm and http_auth for the moment, waiting for
> Tiger with kerberization of HTTP ... It won't be a real kerberization
> of SM.

I think, IMP uses php imap functions. --with-kerberos=something. They
don't have to implement kerberos in own functions. SquirrelMail has to do
that in plain php.

Which kerberos implementation is needed? kerberos v4 or kerberos v5? Is
authentication process documented in some standards? Are kerberos
standards not broken in AD with proprietary extensions?

Which information is available to php scripts when user is authenticated
with mod_auth_krb? Can scripts use this information for authentication
with imap server?

I don't know if squirrelmail can implement kerberos your way, but maybe
these questions will give you some directions.

-- 
Tomas


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] attached file

2005-03-08 Thread sébastien dicque


Hello everybody, I've got a problem with the functionaliti "attached
file".  When I attach a little file  (less than 500ko) I 've
got no problem but when it is more it don't want and I've a popup 
with a message like this "The document contains no data" normally it is
in french so it may differ in english.  But in my config file
/etc/php.ini I've got this 
memory_limit = 16M
post_max_size = 10M
file_uploads = On
upload_max_filesize = 8M
So I don't know why I can't attach a file more more than 500ko???

Other think, I would like to display the hour on reception of the
message in the main page where there are all the messages. It is
possible and how?

And finally I would like to display the curent folder in the left frame like in the top of the frame. It is possible and how?
Could you help me, thank you.

 300 Mo gratuits sur CaraMail : Cliquez ici pour en profiter!



Re: [SM-USERS] Change_Passwd --- I need help

2005-03-08 Thread Joe Onwubuya

Thanks, i have fixed the problems.

Joe

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


RE: [SM-USERS] file attachments

2005-03-08 Thread steve
Thanks for replying..

> What do you see in your apache error/access logs?



There are two.  The first says there's an error on line 215 of the file
/etc/php.ini.  That's the line for E_NOTICE.  The second error is more
informative.  It says [error]  [client 12.178.74.251 (me)] Requested
content length of 676717 is larger than the configured limit of 524288.  I
can't find where that limit is configured though :)  I did a search in
httpd.conf for 524288, for content_length, for content and for length and
found nothing that addressed any limit.

> What error are you
> seeing when you upload? Have you tried turning on error reporting in
> php.ini? Did you restart apache after making changes to php.ini?

max_execution_time WAS 30.  I changed it to 60.
memory_limit WAS 8M.  I changed it to 16M.
post_max_size WAS 8M.  I changed that to 16M.
upload_max_filesize WAS 2M. I changed that to 4M.
max_input_time wasn't found in php.ini.

I DID restart the PC after I made changes.
>
> If not a production system:
>
> display_errors = On

notDOS.com is not a production machine, so I did turn it on.  I'm guess
now that the proble is with that configured limit.  I just have no idea
where it's configured  :)

Steve



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Change_Passwd --- I need help

2005-03-08 Thread p dont think
Thanks, i have fixed the problems.
Joe
Please share with the list what you did to fix the problems (reply to 
your own message that has the problem description in it).  That way 
others can benefit from the experience; that's what this list is for.

Thanks,
paul

---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] attachment downloads??

2005-03-08 Thread Ian Miller
for some reason I can not download attachments of any size with squirrelmail
1.4.4
php 4.3.10
apache 2.0.53
solaris 9

I can make attachments (upload them) but not download.
Has anyone seen this before???




---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] attachment downloads??

2005-03-08 Thread Ian Miller
Sorry I forget I am using IE 6 sp2 with latest patches as of 3-8-05,
Netscape 7.1 works fine...

> for some reason I can not download attachments of any size with
> squirrelmail
> 1.4.4
> php 4.3.10
> apache 2.0.53
> solaris 9
>
> I can make attachments (upload them) but not download.
> Has anyone seen this before???
>
>
>
>
> ---
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> --
> squirrelmail-users mailing list
> Posting Guidelines:
> http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
> List Address: squirrelmail-users@lists.sourceforge.net
> List Archives:
> http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
> List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
> List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
>



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] file attachments

2005-03-08 Thread Jonathan Angliss
Hello Steve,
On Tuesday, March 08, 2005, [EMAIL PROTECTED] wrote...

> Thanks for replying..

>> What do you see in your apache error/access logs?



> There are two.  The first says there's an error on line 215 of the file
> /etc/php.ini.  That's the line for E_NOTICE.  The second error is more
> informative.  It says [error]  [client 12.178.74.251 (me)] Requested
> content length of 676717 is larger than the configured limit of 524288.  I
> can't find where that limit is configured though :)  I did a search in
> httpd.conf for 524288, for content_length, for content and for length and
> found nothing that addressed any limit.

Try looking in /etc/httpd/conf.d/ (for RedHat type systems) you might
see a line something like:

  LimitBodyRequest 523288

Either comment the line out, and restart apache, or increase the size.
This is mentioned in the FAQ on the website:

  http://www.squirrelmail.org/wiki/en_US/AttachmentSize

You could also just grep the whole of the /etc/apache or /etc/httpd
directory (I'm assuming you installed apache/php from a package system
of some sort, correct the path for the right location).

-- 
Jonathan Angliss
([EMAIL PROTECTED])

Posting Hints: 
http://www.squirrelmail.org/wiki/en_US/MailingListPostingGuidelines



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] trouble with languages other than english

2005-03-08 Thread Alexey Kuzmenko
I've found out that with safe_mode off everything works just perfect.
Do you have any idea why ??


>>Whatever I set as language in Display Preferences I see only English.
>>
>>I believe that I've faced with common problem but unfortunately I cant
>>find the solution for it.
>>
>>I'm using squirrelmail-1.4.4 on FreeBSD 5.3 with apache 2.0.53 and php
>>4.3.10
> 
> Did you try the suggestions in the FAQ at
> ?

-- 
Alexey Kuzmenko
CCNA



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] FW: Mail System Error - Returned Mail

2005-03-08 Thread DBreaux,RN


-Original Message-
unable to delete/receive mail @ [EMAIL PROTECTED] using squirrel mail.
Please respond


From: Mail Administrator [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 08, 2005 9:03 AM
To: [EMAIL PROTECTED]
Subject: Mail System Error - Returned Mail


This Message was undeliverable due to the following reason:

Each of the following recipients was rejected by a remote mail server.
The reasons given by the server are included to help you determine why
each recipient was rejected.

Recipient: <[EMAIL PROTECTED]>
Reason:Postmaster verification failed while checking
<[EMAIL PROTECTED]>   Called:   216.17.141.221
Sent: RCPT TO:<[EMAIL PROTECTED]>   Response: 550
Requested action not taken: mailbox unavailable or not local
Several RFCs state that you are required to have a postmaster
mailbox for each mail domain. This host does not accept mail
from domains whose servers reject the postmaster address.
Sender verify failed


Please reply to <[EMAIL PROTECTED]>
if you feel this message to be in error.
Reporting-MTA: dns; ispmxmta06.alltel.net
Arrival-Date: Tue, 8 Mar 2005 09:02:24 -0600
Received-From-MTA: dns; bariatrics (151.213.187.254)

Final-Recipient: RFC822; 
Action: failed
Status: 5.1.1
Remote-MTA: dns; mail.sourceforge.net (66.35.250.206)
Diagnostic-Code: smtp; 550-Postmaster verification failed while checking 
 550-Called:   216.17.141.221
 550-Sent: RCPT TO:
 550-Response: 550 Requested action not taken: mailbox unavailable or not local
 550-Several RFCs state that you are required to have a postmaster
 550-mailbox for each mail domain. This host does not accept mail
 550-from domains whose servers reject the postmaster address.
 550 Sender verify failed
--- Begin Message ---
I am unable to delete any messages, therefore I am over my limit. Please
help.

--- End Message ---