On Thu, Feb 22, 2007 at 06:22:26PM -0300, Everson -NoBIOS- Santos Araujo wrote: > I'm getting a "time out" from the clients (that's the definition of > the doesn't work Sam, at I put it in the first e-mail where I > explained a little more about it). > > This communications debugs didn't help me too, since they're ok until > I send the pass, get authenticated but the pop3d/imapd didn't > continue with the communication.
It looks from your tcpdump that you don't even get a +OK response back from teh PASS command. Since ps shows pop3d running, it looks like the pop3d process got stuck trying to open your Maildir. > After I issue the pass command, I don't get more responses from none > of the commands, this is when the time out problem occurs, the lack > of response. > > This only happens to old accounts with files that where copied > (filesystem way: cp) from the old courier-imap that was functional > but where a different (older) version of courier-imap. So maybe they have wrong permissions or something. You can run pop3d directly from the command line: $ su <useraccount> $ cd <home directory> $ /path/to/pop3d ./Maildir If that hangs, then you can run it under 'strace' to see what it's trying to do. But maybe a careful check of 'ls -lR' will show you the permissions problem. B. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
