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 2006/03/06 07:44:31 UTC

[jira] Commented: (JAMES-451) Check for valid domain in HELO

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

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

Here is a patch for the current trunk to resolv the wish of this report
JAMES-451...

It add support to HeloCmdHandler to only accept helo if its a resolvable
domainname.

It can be configured like:

<handler command="HELO"
class="org.apache.james.smtpserver.HeloCheckCmdHandler">
    <checkValidHelo> true </checkValidHelo>
</handler>


if no <checkValidHelo> parameter is passed it will act as it is set to
false.. Like it work now.

Would be great if someone can have a look.

bye

> 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

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