You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Norman Maurer (JIRA)" <se...@james.apache.org> on 2009/11/30 20:30:20 UTC

[jira] Created: (JAMES-939) SMTP Auth does not respect "*" to cancel AUTH

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Resolved: (JAMES-939) SMTP Auth does not respect "*" to cancel AUTH

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/JAMES-939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved JAMES-939.
---------------------------------

    Resolution: Fixed

> 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.2.0, 2.3.0, 2.3.1, 2.3.2, 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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Updated: (JAMES-939) SMTP Auth does not respect "*" to cancel AUTH

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/JAMES-939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer updated JAMES-939:
--------------------------------

    Fix Version/s:     (was: Trunk)

> 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.2.0, 2.3.0, 2.3.1, 2.3.2, 2.4, 2.3.3, 3.0, 3.0-M1, Trunk
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 3.0, 3.0-M1
>
>
> 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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Commented: (JAMES-939) SMTP Auth does not respect "*" to cancel AUTH

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
    [ https://issues.apache.org/jira/browse/JAMES-939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784316#action_12784316 ] 

Norman Maurer commented on JAMES-939:
-------------------------------------

Fixed in trunk

> 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.2.0, 2.3.0, 2.3.1, 2.3.2, 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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org