Matthieu Baechler created JAMES-2548:
----------------------------------------
Summary: SMTP AUTH PLAIN is not working
Key: JAMES-2548
URL: https://issues.apache.org/jira/browse/JAMES-2548
Project: James Server
Issue Type: Bug
Components: SMTPServer
Affects Versions: 3.1.0
Reporter: Matthieu Baechler
When doing a simple AUTH PLAIN sequence, login always fail.
This simple dialog fail at last step :
{code}
S: 220 mydomain.tld smtp
C: AUTH LOGIN
S: 334 VXNlcm5hbWU6
C: Ym9iQG15ZG9tYWluLnRsZA==
S: 334 UGFzc3dvcmQ6
C: c2VjcmV0
S: 235 Authentication Successful
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]