On Thu, 2009-04-16 at 20:32 -0500, Jim wrote:
The only odd thing that I noticed when I went to stop and restart the Dovecot process is that only one dovecot-auth process was running, normally I see two processing running. After quitting Dovecot and starting it again, I saw two dovecot-auth processes start up, and
then I was able to get mail just fine.Was one of them "dovecot -w" process? Anyway the number of dovecot- auth processes shouldn't really make a difference.
May be unrelated then, just something I noticed. I just start Dovecot
with a '/usr/local/sbin/dovecot' at startup, I'm not sure what the -w
flag does? It doesn't seem to be an option in my version:
Sorry, I meant if the dovecot-auth processes were "dovecot-auth -w", i.e. auth worker processes. There's typically one dovecot-auth master and one dovecot-auth -w worker (if you're using passdbs/userdbs that use workers).
But anyway if you don't even get TCP accept reply, dovecot-auth processes shouldn't matter. Only imap-login processes matter, since they're the one accepting the connection.