> On Nov 3, 2019, at 10:42 AM, benoit <ben...@z-elec.com> wrote:
> 
> Nov  3 17:23:51 jolly postfix/smtpd[5113]: connect from unknown[192.168.5.1]
> Nov  3 17:23:51 jolly postfix/smtpd[5113]: Anonymous TLS connection 
> established from unknown[192.168.5.1]: TLSv1.2 with cipher 
> ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)
> Nov  3 17:23:51 jolly postfix/smtpd[5113]: warning: unknown[192.168.5.1]: 
> SASL LOGIN authentication failed: authentication failure
> Nov  3 17:23:51 jolly postfix/smtpd[5113]: lost connection after AUTH from 
> unknown[192.168.5.1]
> Nov  3 17:23:51 jolly postfix/smtpd[5113]: disconnect from 
> unknown[192.168.5.1] ehlo=2 starttls=1 auth=0/1 commands=3/4
> 
> This is strange as I don't do an anonymous connection.

Don't confuse "TLS anonymous" (no TLS client certificate), with
"SASL anonymous" (no username/password or similar).  See:

  http://www.postfix.org/FORWARD_SECRECY_README.html#status

Your TLS settings are now fine, and all that remains is getting SASL
to work (SASL is not SSL).

-- 
        Viktor.

Reply via email to