Dovecot error

voider

Verified User
Joined
Feb 27, 2008
Messages
11
Location
europe
dovecot: imap-login: Error:

After the update from ver1xx to ver 2xx errors appeared in /var/log/maillog/

Code:
Jan 22 13:26:54 value dovecot: imap-login: Error: Timeout waiting for handshake from auth server. my pid=1578, input bytes=0
Jan 22 13:26:54 value dovecot: imap-login: Error: Timeout waiting for handshake from auth server. my pid=1575, input bytes=0
Jan 22 13:26:54 value dovecot: pop3-login: Error: Timeout waiting for handshake from auth server. my pid=1563, input bytes=0
Jan 22 13:27:20 value dovecot: auth: Fatal: Support not compiled in for passdb driver 'shadow'
Jan 22 13:27:20 value dovecot: master: Error: service(auth): command startup failed, throttling
Jan 22 13:27:20 value dovecot: pop3-login: Error: Timeout waiting for handshake from auth server. my pid=1553, input bytes=0
var/log/messages/

Code:
Jan 22 13:21:36 value kernel: ng0: promiscuous mode disabled
Jan 22 13:21:36 value kernel: lo0: promiscuous mode disabled
Jan 22 13:22:07 value dovecot: auth: Fatal: Support not compiled in for passdb driver 'shadow'
Jan 22 13:23:10 value dovecot: auth: Fatal: Support not compiled in for passdb driver 'shadow'
Jan 22 13:25:15 value last message repeated 2 times


pls where to problems? freebsd 6.3
 
Last edited:
Hello,

There was a custombuild bug about a week ago with regards to this, but was fixed later that day. Caused by the fact that running a perl regex on a link ignores the fact that the file is a link and creates an entire new copy of the file with the regex changes. In any case, your solution would work (I think), else deleting:
/etc/dovecot.conf
/etc/dovecot
/etc/dovecot/dovecot.conf

and re-running "./build dovecot" after doing a "./build update", would also work.

John
 
Back
Top