Squirrelmail and max execution time

loco

New member
Joined
Jan 3, 2006
Messages
3
Location
Paris, FRANCE
Hello everybody,

When opening some mails with squirrelmail, i get a 'maximun execution time' error.
There is no problem to get the list of messages, only when i try to read some mails.
I try another imap webmail (roundcube) and don't have any problem with it.

imapd is running
there is no error in the apache error log for the domain
mail.log just says that the connection was not cleanly shutdown.

I'm using squirrelmail 1.4.5, apache 1.3.34 and DA 1.26.1

:confused:

Any idea ?

Thanks
 
Thanks for your quick answer but there are no attached files in the problem...
I have sent to myself an email with 50 lines and i have no problem to read it.
But i have try with another email containing just 2 lines of text and i can't read it with squirrelmail...
With roundcube or outlook (in imap or pop) there is no problem...
 
I've found the problem and the solution :)
SquirrelMail and PHP 4.4.1 issues
Nov 07, 2005 by Tomas Kuliavas
PHP developers released PHP 4.4.1 version on 2005-10-31. Security fixes introduced bug, which affects three SquirrelMail functions. If your SquirrelMail install does not use server side sorting, PHP bug can create infinite loop in message display. If you are using PHP 4.4.1, you should update it to 4.4.x-dev or apply patch.
I've turned server side sorting on in the squirrelmail conf :
/var/www/html/squirrelmail/config/conf.pl
Option 4 - General options
10. Allow server thread sort : true
11. Allow server-side sorting : true
 
Back
Top