On Wed, Jun 28, 2006 at 06:13:28PM +0200, ecocode wrote: > talking too fast... > > it seems that checking mail is slowing down to crawl on 2 mailboxes ... > (for others it is very fast ! ) > apparently without reason , because there are less than 200 messages in > those boxes :-/ > > any idea ?
Use strace/ktrace/truss to find out what those imap processes are doing. One way to do this is to telnet in, using netstat/sockstat etc. work out which PID is associated with the connection from a particular client, and then attach it. Another way is simply to start imapd from the command line: # su - user $ pwd # make sure you are in home directory $ strace /path/to/imapd Maildir Then issue the offending 'select/examine' and 'list' commands manually. Regards, Brian. Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
