[Dovecot] Timeout while logging in

Timo Sirainen tss at iki.fi
Wed Mar 21 20:41:09 EET 2007


On Mon, 2007-03-19 at 19:10 +0100, Kevin Richter wrote:
> dovecot: Mar 13 14:45:21 Info: created child process 17704
> dovecot: Mar 13 14:45:21 Info: pop3-login: Login: user=<ssal0041>,
> method=PLAIN, rip=x.x.x.x, lip=x.x.x.x, TLS
> dovecot: Mar 13 14:51:12 Info: execing mail process
> dovecot: Mar 13 14:51:12 Info: execing mail process
> dovecot: Mar 13 14:51:12 Info: POP3(ssal0041): Effective uid=3092, gid=1100

I bet this is an NFS problem too. It hangs there in chdir() dir. That's
the only possibility I can think of. What happens with the attached
patch? It should log a warning if chdir() takes more than 10 seconds,
and if it takes more than 30 seconds it fallbacks to /tmp.

> dovecot: Feb 27 19:01:08 Warning: pop3-login: SSL_accept() syscall
> failed: Connection reset by peer [x.x.x.x]
> dovecot: Mar 07 11:33:45 Warning: pop3-login: SSL_read() syscall failed:
> Connection timed out [x.x.x.x]

These are normal. It just means the connection died unexpectedly.
verbose_ssl=yes logs all kinds of useless stuff.

> dovecot: Mar 13 15:05:41 Fatal: chdir(/home/ssal0041) failed with uid
> 3092: Permission denied

Maybe related to the first problem. :)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: master-chdir-alarm.diff
Type: text/x-patch
Size: 1859 bytes
Desc: not available
Url : http://dovecot.org/pipermail/dovecot/attachments/20070321/c80d2089/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20070321/c80d2089/attachment.pgp 


More information about the dovecot mailing list