Jelle de Jong:
> Jun 15 13:57:46 emily postfix/smtpd[23401]: input attribute name: seed
> Jun 15 13:57:46 emily postfix/smtpd[23401]: input attribute value: 
> YuvlIV0a1sMFU6JK6BcvsKr6WJm8YP7zsFNJz/XEv+w=
> Jun 15 13:57:46 emily postfix/smtpd[23401]: private/tlsmgr: wanted attribute: 
> (list terminator)
> Jun 15 13:57:46 emily postfix/smtpd[23401]: input attribute name: (end)
> Jun 15 13:57:46 emily postfix/smtpd[23401]: SSL_accept error from 
> sepaip2.webish.nl[77.243.228.161]: -1
> Jun 15 13:57:46 emily postfix/smtpd[23401]: match_hostname: sepaip2.webish.nl 
> ~? 127.0.0.0/8

Code fragment:
    sts = tls_bio_accept(vstream_fileno(props->stream), props->timeout,
                         TLScontext);
    if (sts <= 0) {
        msg_info("SSL_accept error from %s: %d", props->namaddr, sts);
        tls_print_errors();
        tls_free_context(TLScontext);
        return (0);

This means that the OpenSSL library error stack did not contain 
any additional information about the problem.

Maybe the client-side logging is more informative.

        Wietse

Reply via email to