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/06/19 14:32:30 UTC

[jira] Commented: (JAMES-358) Too many RemoteDelivery attempts with many mx and many ip

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

Norman Maurer commented on JAMES-358:
-------------------------------------

We use james now in a enviroment which sends about 100000 Emails per day ( For testing). Without this patch it is a really a porblem. We should at least add it as optional configValue. 

+1 
For include this patch as new feature and optinal configvalue

> Too many RemoteDelivery attempts with many mx and many ip
> ---------------------------------------------------------
>
>          Key: JAMES-358
>          URL: http://issues.apache.org/jira/browse/JAMES-358
>      Project: James
>         Type: Improvement

>   Components: DNSServer
>     Versions: 2.3.0a1, 2.2.0
>     Reporter: Stefano Bagnara
>     Assignee: Stefano Bagnara
>     Priority: Minor
>  Attachments: DNSServer.java.singleIPperMX.diff, james-config.xml.singleIPperMX.diff
>
> Take a domain with 5 mx servers each one with 6 associated ips. James currently try to connect to each MX server even if the first server say "5.1.1 user unknown", but even worst, james try to connect to each IP of each MX server.
> I think that james should only check each MX server once, at a random IP address from the IP list for that mx hostname.
> The permanent user error issue would be only a further optimization but the IP issue is probably against the RFC specifications.

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