Differences between revisions 1 and 2
Revision 1 as of 2008-07-31 14:02:07
Size: 1442
Editor: dunxd
Comment:
Revision 2 as of 2008-07-31 14:02:08
Size: 1425
Editor: dunxd
Comment: Migrated to Confluence 4.0
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma page-filename DOC/versions/14352552 #pragma page-filename DOC/versions/4030587
Line 3: Line 3:
Line 9: Line 10:
''Last changed on Sat Feb 1 00:09:39 2003 by'' Samuel Tardieu
<<Color2(Converted from the Mailman FAQ Wizard, col=darkgreen)>>This is one of many [[../Frequently Asked Questions|Frequently Asked Questions]].
''Last changed on Sat Feb 1 00:09:39 2003 by'' Samuel Tardieu<<BR>> Converted from the Mailman FAQ Wizard

This is one of many [[../Frequently Asked Questions|Frequently Asked Questions]].

4.20. Who should deal with transient DNS errors?

Sometimes, Mailman tries to send mail to domains which exist but do not have a MX (mail exchanger) or an A (address) record. This may happen for example when a spam comes from a newly reserved domain, who has not been setup to receive mail.

Most MTA are configured to reject mail for such a domain with a temporary failure exit code (such as 450), because the absence of those records may be caused by a transient network outage. If your local MTA has been configured this way, it will reject mail from Mailman with this temporary failure exit code, and Mailman will try to resent the mail every minute. Considering that the DNS lookup may easily take up to 30 seconds in case of a network problem, this may slow down Mailman mail delivery by a huge factor.

One solution is to let your MTA deal with this situation instead of Mailman. Configure your MTA so that it always accepts mail coming from Mailman. In Postfix for example, this is done by using a "client_access" restriction (allowing mail from localhost if Mailman is running on the same machine as Postfix) before the "reject_unknown_recipient_domain" restriction.

Last changed on Sat Feb 1 00:09:39 2003 by Samuel Tardieu
Converted from the Mailman FAQ Wizard

This is one of many Frequently Asked Questions.

MailmanWiki: DOC/4.20 Who should deal with transient DNS errors? (last edited 2015-01-31 02:36:58 by msapiro)