Ralf Hildebrandt: > I'm seeing sporadic "SSL_accept error" messages and would like to know > their significance. Sometimes I'm seeing ": 0", sometime ": -1" > > A few examples: > > Jul 3 17:44:00 mail postfix/smtpd[1210]: SSL_accept error from > post.blossin.de[217.92.177.100]: -1 > Jul 3 17:53:22 mail postfix/smtpd[1174]: SSL_accept error from > post.blossin.de[217.92.177.100]: -1 > Jul 3 18:31:12 mail postfix/smtpd[8533]: SSL_accept error from > post.blossin.de[217.92.177.100]: -1 > Jul 4 15:13:25 mail postfix/smtpd[9088]: SSL_accept error from > post.blossin.de[217.92.177.100]: -1 > > ... > > Jul 5 11:38:38 mail postfix/smtpd[17412]: SSL_accept error from > www.neuro.med.tu-dresden.de[141.76.248.20]: 0 > Jul 6 02:32:25 mail postfix/smtpd[1491]: SSL_accept error from > server.detodos.com.br[189.90.142.30]: 0 > > So what are those?
Postfix prints all information that is available on the OpenSSL error stack. The absence of such logging suggests that the error stack is empty (perhaps the client hung up), or that your grep(1) command eliminated them. Wietse