squirrelmail / php 4.4.1 infinitive loop solution

dennisc

Verified User
Joined
Mar 14, 2005
Messages
68
People might get troubles with reading mail in Squirrelmail due to a known bug.

If this happens the Apache load will get very high and in the Apache error log PHP complains about a timeout. Increasing the timeout value in php.ini will not solve the problem.

The bug is known and documented on http://www.squirrelmail.org/wiki/KnownBugs

Setting $allow_server_sort = true in config.php will do.

Cheers!
 
Last edited:
Of course I don't run development snapshots on production servers. ;-)
 
Last edited:
Same I am not in the habit of running cvs snapshots on production server's :(
 
Back
Top