[Dovecot] SSL-read error in logfile
Now most things seem to work (rc12 on Mandriva 2007.0), I've been looking more thoroughly at the syslog file. I see a 'syscall failed' at the end of a normal timed poll from the client. I wonder what it means. Sorry for the layout, it is messed up by the cut and paste. I have created the selfsigned cert and key in the /etc/ssl/dovecot/[certs,private] directories.
Egbert Jan
Nov 8 21:31:39 dev dovecot: auth(default): client in: AUTH^I1^IPLAIN^Iservice=IMAP^Isecured^Ilip=192.168.1.10^Irip=192.168.1.13^Iresp=<hidden> Nov 8 21:31:41 dev dovecot: auth(default): pam(user@domain.tld,192.168.1.13): pam_authenticate() failed: User not known to the underlying authentication module Nov 8 21:31:41 dev dovecot: auth-worker(default): sql(user@domain.tld,192.168.1.13): query: SELECT password FROM mailbox WHERE username = 'user@domain.tld' AND active='1' Nov 8 21:31:41 dev dovecot: auth(default): client out: OK^I1^Iuser=user@domain.tld Nov 8 21:31:41 dev dovecot: auth(default): master in: REQUEST^I14^I4012^I1 Nov 8 21:31:41 dev dovecot: auth(default): passwd(user@domain.tld,192.168.1.13): unknown user Nov 8 21:31:41 dev dovecot: auth-worker(default): sql(user@domain.tld,192.168.1.13): SELECT maildir, 1001 AS uid, 1001 AS gid, 'Maildir:/home/virtual/domain.tld/user' as mail FROM mailbox WHERE username = 'user@domain.tld' AND active = '1' Nov 8 21:31:41 dev dovecot: auth(default): master out: USER^I14^Iuser@domain.tld^Imaildir=domain.tld/user/^Iuid=1001^Igid=1001^Imail=Maildir:/home/virtual/domain.tld/user Nov 8 21:31:41 dev dovecot: imap-login: Login: user=user@domain.tld, method=PLAIN, rip=192.168.1.13, lip=192.168.1.10, TLS Nov 8 21:31:41 dev dovecot: auth(default): client in: AUTH^I1^IPLAIN^Iservice=IMAP^Isecured^Ilip=192.168.1.10^Irip=192.168.1.13^Iresp=<hidden> Nov 8 21:31:44 dev dovecot: auth(default): pam(user@domain.tld,192.168.1.13): pam_authenticate() failed: User not known to the underlying authentication module Nov 8 21:31:44 dev dovecot: auth-worker(default): sql(user@domain.tld,192.168.1.13): query: SELECT password FROM mailbox WHERE username = 'user@domain.tld' AND active='1' Nov 8 21:31:44 dev dovecot: auth(default): client out: OK^I1^Iuser=user@domain.tld Nov 8 21:31:44 dev dovecot: auth(default): master in: REQUEST^I15^I3990^I1 Nov 8 21:31:44 dev dovecot: auth(default): passwd(user@domain.tld,192.168.1.13): unknown user Nov 8 21:31:44 dev dovecot: auth-worker(default): sql(user@domain.tld,192.168.1.13): SELECT maildir, 1001 AS uid, 1001 AS gid, 'Maildir:/home/virtual/domain.tld/user' as mail FROM mailbox WHERE username = 'user@domain.tld' AND active = '1' Nov 8 21:31:44 dev dovecot: auth(default): master out: USER^I15^Iuser@domain.tld^Imaildir=domain.tld/user/^Iuid=1001^Igid=1001^Imail=Maildir:/home/virtual/domain.tld/user Nov 8 21:31:44 dev dovecot: imap-login: Login: user=user@domain.tld, method=PLAIN, rip=192.168.1.13, lip=192.168.1.10, TLS Nov 8 21:31:44 dev dovecot: imap-login: SSL_read() syscall failed: EOF [192.168.1.13] Nov 8 21:31:44 dev dovecot: IMAP(user@domain.tld): Disconnected Nov 8 21:31:44 dev dovecot: imap-login: SSL_read() syscall failed: EOF [192.168.1.13] Nov 8 21:31:44 dev dovecot: IMAP(user@domain.tld): Disconnected: Logged out EOF
On Wed, 2006-11-08 at 21:35 +0100, Egbert Jan van den Bussche wrote:
Nov 8 21:31:44 dev dovecot: imap-login: SSL_read() syscall failed: EOF [192.168.1.13]
Hmm. I think I'll just change the code not to show this "error", since it only means that the SSL connection was closed without a proper "SSL bye" message.
OK. So this is not a real error but a side effect of a normally closed of the connection.
TNX EJ
-----Original Message----- From: dovecot-bounces@dovecot.org [mailto:dovecot-bounces@dovecot.org] On Behalf Of Timo Sirainen Sent: Wednesday, November 08, 2006 9:48 PM To: egbert@vandenbussche.nl; Dovecot Mailing List Subject: Re: [Dovecot] SSL-read error in logfile
On Wed, 2006-11-08 at 21:35 +0100, Egbert Jan van den Bussche wrote:
Nov 8 21:31:44 dev dovecot: imap-login: SSL_read() syscall failed: EOF [192.168.1.13]
Hmm. I think I'll just change the code not to show this "error", since it only means that the SSL connection was closed without a proper "SSL bye" message.
participants (3)
-
Egbert Jan
-
Egbert Jan van den Bussche
-
Timo Sirainen