[Dovecot] Dovecot Periodically Stops Authenticating Users
Hi,
It seems that my dovecot installation periodically stops
authenticating users. Restarting dovecot resolves the issue
temporarily. I'm authenticating via PAM to OpenLDAP on a CentOS 4
box. I've seen several related posts about this issue but no resolution.
My logs show:
Sep 15 03:58:24 server01 dovecot: imap-login: Can't connect to auth
server at default: Resource temporarily unavailable
Sep 15 03:58:24 server01 dovecot: imap-login: Can't connect to auth
server at default: Resource temporarily unavailable
And my configuration is: /usr/sbin/dovecot --version 1.0.3 /usr/sbin/dovecot -n # 1.0.3: /etc/dovecot.conf login_dir: /var/run/dovecot/login login_executable(default): /usr/libexec/dovecot/imap-login login_executable(imap): /usr/libexec/dovecot/imap-login login_executable(pop3): /usr/libexec/dovecot/pop3-login mail_location: maildir:~/mail mail_executable(default): /usr/libexec/dovecot/imap mail_executable(imap): /usr/libexec/dovecot/imap mail_executable(pop3): /usr/libexec/dovecot/pop3 mail_plugin_dir(default): /usr/lib/dovecot/imap mail_plugin_dir(imap): /usr/lib/dovecot/imap mail_plugin_dir(pop3): /usr/lib/dovecot/pop3 auth default: passdb: driver: pam userdb: driver: passwd
Any ideas on how to resolve this? Thanks!
-david
On Sat, 15 Sep 2007, David Gitman wrote:
Hi,
It seems that my dovecot installation periodically stops authenticating users. Restarting dovecot resolves the issue temporarily. I'm authenticating via PAM to OpenLDAP on a CentOS 4 box. I've seen several related posts about this issue but no resolution.
I too am seeing this problem but I am using mysql to do the auth. I posted here a few days ago but so far received no replies. If you find a solution I would appreciate hearing about it. FIWI I am on 1.0.3.
Regards,
-- Tom Diehl tdiehl@rogueind.com Spamtrap address mtd123@rogueind.com
On Sat, 2007-09-15 at 07:27 -0400, David Gitman wrote:
It seems that my dovecot installation periodically stops
authenticating users. Restarting dovecot resolves the issue
temporarily. I'm authenticating via PAM to OpenLDAP on a CentOS 4
box. I've seen several related posts about this issue but no resolution.
Are you also using nss_ldap? See http://wiki.dovecot.org/AuthDatabase/Passwd
participants (3)
-
David Gitman
-
Timo Sirainen
-
Tom Diehl