> Nuts, > I have about 2000 users.Of late checking mail for each user is quite slow. > You have to wait for long often before the Mail box opens. Does any one > know what the reason could be. > > Downloading other pages is not a problem. > > I am running MTA - Sendmail, MUA - Squirelmail,Platform - Redhat linux
and IMAP server = UW imapd If you design bigger webmail system, you don't use uw. UW stores all messages from one imap folder in one physical file. it has problems with bigger mailboxes. IMAP server has to load entire file during any operation with single message. man top check the load of your system. make sure that you have your system configured correctly (d command in conf.pl) make sure that you have turned on server side sorting (4. General Options in conf.pl), if your imap server supports it. > On the other hand, I would like to block misbehaving accounts by allowing > their mailboxes display only a warning message when they log in. I wrote > some code but it was only working when one logs on directly to the linux > box not when they login through their mail box. I am still researching but > incase someone has already done it and are willing to share please do so. http://www.squirrelmail.org/plugin_view.php?id=199 http://www.squirrelmail.org/plugin_view.php?id=106 http://www.squirrelmail.org/plugin_view.php?id=200 or change password of bad account. or use motd hook. take a look at fortune plugin. You just need program, that takes username as argument and outputs some text. -- Tomas ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
