Noel Sanchez said: > Any advice on how to speed things up when users with large mailboxes use > squirrelmail? I have users with many pages of emails that complain about > the slowness of squirrelmail. It responds much faster with users with few > emails. Can I have it so that it doesn't need to read all of the mail in > all of the folders evertime users navigate between their mailboxes? Or is > there something else that I can try? courier-imap, redhat 9.0, php 4.2.2, > apache 2.0.40, on P2 512M.
Simple tip: verify Server Side Sorting is enabled (Courier supports it unless specifically disabled which would be bad in your case). The setting in config.php is: $allow_server_sort = true; More involved tip: move your Maildirs to a filesystem that does better with directories containing thousands of files such as ReiserFS or a updated ext3 (like Fedora Core 3) Jay -- Jay Lee Network / Systems Administrator Information Technology Dept. Philadelphia Biblical University -- ------------------------------------------------------- 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: [email protected] 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
