On Wed, November 2, 2005 10:54 pm, jan gestre wrote: > hi guys, > > i got this problem in my postfix mailserver, users can log in to their > account but when they try to read their emails, all we get is this fatal > error message, they can't read the contents > *" Fatal error*: Maximum execution time of 30 seconds exceeded in * > /usr/share/squirrelmail/src/read_body.php* on line *98" > > *what seems to be wrong? any suggestions?
this is not a postfix problem. this is a php problem (not quite sure) hmm you can either... 1.) revert back to older php version (not recommended) 2.) change $allow_server_sort = false to $allow_server_sort = true on your config/config.php _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

