[ 
http://issues.apache.org/jira/browse/JAMES-451?page=comments#action_12372441 ] 

Norman Maurer commented on JAMES-451:
-------------------------------------

Thx for the tip :-)

At the meoment i don't know why it not work. I real time test it works:

[EMAIL PROTECTED]:~/stuff/workspace/james-dev$ telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 debbox SMTP Server (JAMES SMTP Server 2.3-dev) ready Thu, 30 Mar 2006 
15:46:02 +0200 (CEST)
ehlo test.de
250-debbox Hello test.de (localhost [127.0.0.1])
250-PIPELINING
250-ENHANCEDSTATUSCODES
250 8BITMIME
quit
221 2.0.0 debbox Service closing transmission channel
Connection closed by foreign host.
[EMAIL PROTECTED]:~/stuff/workspace/james-dev$ telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 debbox SMTP Server (JAMES SMTP Server 2.3-dev) ready Thu, 30 Mar 2006 
15:46:07 +0200 (CEST)
ehlo greogjer.de
501 Ehlo can not resolved
quit
221 2.0.0 debbox Service closing transmission channel


So it must be a PRoblem in the junit tests. I think its a Problem in the 
SMTPTestConfiguration.java ..



> Check for valid domain in HELO
> ------------------------------
>
>          Key: JAMES-451
>          URL: http://issues.apache.org/jira/browse/JAMES-451
>      Project: James
>         Type: Wish
>   Components: SMTPServer
>     Reporter: Norman Maurer
>     Assignee: Stefano Bagnara
>  Attachments: ehlo-junit.patch, ehlo.patch, helo-v2-junit.patch, 
> helo-v2.patch, helo.patch
>
> IT would be nice to let 
> /james-dev/src/java/org/apache/james/smtpserver/HeloCmdHandler.java to accept 
> an init parameter for specify that the helo value must be an resolvable 
> domainname. In RFC HELO names should always a valid domainname.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to