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 2007/01/27 23:05:49 UTC

[jira] Resolved: (JAMES-771) ValidSenderDomainHandler it does not work as it would have

     [ https://issues.apache.org/jira/browse/JAMES-771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved JAMES-771.
---------------------------------

       Resolution: Fixed
    Fix Version/s: Next Major
         Assignee: Norman Maurer

Thx for reporting ;.-)

> ValidSenderDomainHandler it does not work as it would have
> ----------------------------------------------------------
>
>                 Key: JAMES-771
>                 URL: https://issues.apache.org/jira/browse/JAMES-771
>             Project: James
>          Issue Type: Bug
>          Components: SMTPServer
>    Affects Versions: Trunk
>         Environment: James Trunk
>            Reporter: Guillermo Grandes
>         Assigned To: Norman Maurer
>             Fix For: Next Major
>
>
> I have enabled in smtp-handler chain the ValidSenderDomain, but don't work very good...
> <handler class="org.apache.james.smtpserver.core.filter.fastfail.ValidSenderDomainHandler" command="MAIL">
>          <action> reject </action>
>          <checkAuthClients> false </checkAuthClients>
>          <checkAuthUsers> false </checkAuthUsers>
> </handler>
> ------------------------------------------------
> 220 JAMES SMTP Server
> HELO x
> 250 10.1.xxx.xx Hello x (xxx.xxxx. [xxx.x.xx.xxx])
> MAIL FROM: x@fake
> 501 5.1.7 sender x@fake contains a domain with no valid MX records
> RCPT TO: x@localhost
> 250 2.1.5 Recipient <x...@localhost> OK
> DATA
> 354 Ok Send data ending with <CRLF>.<CRLF>
> Ooops
> .
> 250 2.6.0 Message received
> ------------------------------------------------
> Logs....
> ------------------------------------------------
> 2007-01-27 22:21:26,932 INFO  [smtpserver] Connection from xxx.xxxx. (xxx.x.xx.xxx)
> 2007-01-27 22:21:33,258 INFO  [dnsserver] Couldn't resolve MX records for domain fake.
> 2007-01-27 22:21:33,258 ERROR [dnsserver] Couldn't resolve IP address for host fake.
> 2007-01-27 22:21:33,258 INFO  [smtpserver] Sender x@fake contains a domain with no valid MX records
> 2007-01-27 22:22:03,240 INFO  [smtpserver] Successfully spooled mail Mail1169932922671-1 from x@fake on xxx.x.xx.xxx for [x@localhost]
> ------------------------------------------------
> This is... bad :-(

-- 
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