SMTP Auth does not respect "*" to cancel AUTH
---------------------------------------------
Key: JAMES-939
URL: https://issues.apache.org/jira/browse/JAMES-939
Project: JAMES Server
Issue Type: Bug
Components: SMTPServer
Affects Versions: 2.3.2, 2.3.1, 2.3.0, 2.2.0, 2.4, 2.3.3, 3.0, 3.0-M1, Trunk
Reporter: Norman Maurer
Assignee: Norman Maurer
Fix For: 3.0, 3.0-M1, Trunk
According to RFC2554:
"If the client wishes to cancel an authentication exchange, it issues a line
with a single "*". If the server receives such an answer, it MUST reject the
AUTH command by sending a 501 reply."
Like this (from a Postfix session):
AUTH PLAIN
334
*
501 5.7.0 Authentication aborted
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]