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 bu...@apache.org on 2002/02/09 04:16:17 UTC

DO NOT REPLY [Bug 6340] New: - SMTP AUTH with will not work

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6340>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6340

SMTP AUTH with <challenge> will not work

           Summary: SMTP AUTH with <challenge> will not work
           Product: James
           Version: 2.0a2
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: SMTPServer
        AssignedTo: james-dev@jakarta.apache.org
        ReportedBy: r.nakamura@3rd.co.jp


SMTP AUTH with <challenge> will not work

SMTPHandler.parseCommand() divide command like this.

[sample]
AUTH LOGIN challenge-string

command = AUTH
argument = LOGIN challenge-string
argument1 = null

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>