--- Brad Knowles <[EMAIL PROTECTED]> wrote:

> I'd be willing to bet you're waiting on DNS timeouts
> at the remote end for one or more of your users 
> -- their MTA is slowing you down,  maybe as a 
> result of trying to do a reverse DNS lookup on 
> your IP address.

Thanks to all for the thorough replies.  It appears
that the solution actually lies in disabling ident.

In Exim, this is achieved by setting the timeout to 0.

    #rfc1413_query_timeout = 30s
    rfc1413_query_timeout = 0s

I may go back and turn it on again with a smaller
timeout (suggestions as to how long is reasonable?). 

Before:

Mar 08 15:18:33 2007 (35218)
<[EMAIL PROTECTED]> smtp for 60 recips,
completed in 211.309 seconds

After:

Mar 08 19:48:40 2007 (553)
<[EMAIL PROTECTED]> smtp for 61
recips, completed in 1.792 seconds

Cheers,

Herman


 
____________________________________________________________________________________
Food fight? Enjoy some healthy debate 
in the Yahoo! Answers Food & Drink Q&A.
http://answers.yahoo.com/dir/?link=list&sid=396545367
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to