Hi, sometimes there is a timeout, while logging in. Dovecot-rc24 Dovecot uses PAM, PAM uses a LDAP server. Solaris 10 The log, if everything is ok: auth(default): client in: AUTH 1 PLAIN service=POP3 secured lip=x.x.x.x rip=x.x.x.x respauth(default): client out: CONT 1 auth(default): client in: CONT<hidden> auth(default): client out: OK 1 user=ssal0041 auth(default): master in: REQUEST 453 4779 1 auth(default): master out: USER 453 ssal0041 system_user=ssal0041 uid=3092 gid=1100 home=/home/ss pop3-login: Login: user=<ssal0041>, method=PLAIN, rip=x.x.x.x, lip=x.x.x.x, TLS POP3(ssal0041): Effective uid=3092, gid=1100 POP3(ssal0041): mbox: data=/home/ssal0041/mail/:INBOX=/var/mail/ssal0041 POP3(ssal0041): mbox: root=/home/ssal0041/mail, index=/home/ssal0041/mail, inbox=/var/mail/ssal0041 POP3(ssal0041): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0 The log, if a timeout occures: auth(default): client in: AUTH 1 PLAIN service=POP3 secured lip=x.x.x.x rip=x.x.x.x respauth(default): client out: CONT 1 auth(default): client in: CONT<hidden> auth(default): client out: OK 1 user=ssal0041 auth(default): master in: REQUEST 454 4770 1 auth(default): master out: USER 454 ssal0041 system_user=ssal0041 uid=3092 gid=1100 home=/home/ss pop3-login: Login: user=<ssal0041>, method=PLAIN, rip=x.x.x.x, lip=x.x.x.x, TLS The rest is missing. Any ideas, how I can debug this issue? Regards, Kevin
On Thu, 2007-03-01 at 15:23 +0100, Kevin Richter wrote:> pop3-login: Login: user=<ssal0041>, method=PLAIN, rip=x.x.x.x, > lip=x.x.x.x, TLS > > The rest is missing.This means that the login succeeded and a mail process was forked, but it didn't finish far enough to even print the debug lines. I don't see how that's possible without an error being logged. Are you sure no errors were logged? If you run "dovecot --log-error", do you see the error? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20070306/307ba48b/attachment.bin>
Timo Sirainen schrieb:> On Thu, 2007-03-01 at 15:23 +0100, Kevin Richter wrote: >> pop3-login: Login: user=<ssal0041>, method=PLAIN, rip=x.x.x.x, >> lip=x.x.x.x, TLS >> >> The rest is missing. > > This means that the login succeeded and a mail process was forked, but > it didn't finish far enough to even print the debug lines. I don't see > how that's possible without an error being logged. > > Are you sure no errors were logged? If you run "dovecot --log-error", do > you see the error?i tried it twice, but the "--log-error" throws an error to the log: dovecot: Mar 06 21:01:14 Info: Dovecot v1.0.rc24 starting up dovecot: Mar 06 21:01:14 Fatal: This is Dovecot's error log dovecot: Mar 06 21:02:11 Info: Dovecot v1.0.rc24 starting up dovecot: Mar 06 21:02:11 Fatal: This is Dovecot's error log there is no dovecot running after this. the console output is: serv# ./dovecot --log-error ILoading modules from directory: /opt/dovecot-1.0.rc24/lib/dovecot/imap IModule loaded: /opt/dovecot-1.0.rc24/lib/dovecot/imap/lib10_quota_plugin.so IModule loaded: /opt/dovecot-1.0.rc24/lib/dovecot/imap/lib11_imap_quota_plugin.so IEffective uid=65534, gid=65534, home executing only "./dovecot" everything is ok. dovecot runs.