Hi,
On 2015-05-15 09:37, Gilles Chehade wrote:
With what I committed, AUTH PLAIN now produces:
smtp-in: Started TLS on session 01f7c7db82b5bd69:
version=TLSv1/SSLv3, cipher=ECDHE-RSA-CHACHA20-POLY1305, bits=256
smtp-in: Authentication failed for user gilles on session
01f7c7db82b5bd69
smtp-in: Failed command on session 01f7c7db82b5bd69: "AUTH PLAIN
(...)" => 535 Authentication failed
Whereas AUTH LOGIN produces:
smtp-in: Started TLS on session eef55fd1570cd04b: version=TLSv1/SSLv3,
cipher=ECDHE-RSA-CHACHA20-POLY1305, bits=256
smtp-in: Failed command on session eef55fd1570cd04b: "AUTH LOGIN
(username)" => 501 5.5.2 Syntax error: Syntax error
or
smtp-in: Started TLS on session 748dd2c20742fedb: version=TLSv1/SSLv3,
cipher=ECDHE-RSA-CHACHA20-POLY1305, bits=256
smtp-in: Authentication failed for user gilles on session
748dd2c20742fedb
smtp-in: Failed command on session 748dd2c20742fedb: "AUTH LOGIN
(password)" => 535 Authentication failed
depending on when the error triggered during the AUTH LOGIN session.
that works for me, thanks for the swift response!
Kind regards and thanks
Philipp Kern