[
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: [EMAIL PROTECTED]
> 501 5.1.7 sender [EMAIL PROTECTED] contains a domain with no valid MX records
> RCPT TO: [EMAIL PROTECTED]
> 250 2.1.5 Recipient <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] contains
> a domain with no valid MX records
> 2007-01-27 22:22:03,240 INFO [smtpserver] Successfully spooled mail
> Mail1169932922671-1 from [EMAIL PROTECTED] on xxx.x.xx.xxx for [EMAIL
> PROTECTED]
> ------------------------------------------------
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]