On Tue, Oct 07, 2008 at 11:54:59AM -0400, Darek M. wrote: > >This is a transient failure. What are your unknown_mumble_reject_codes > >set to? After tuning and testing your rules, you should have: > > > > unknown_address_reject_code = 550 > > unknown_client_reject_code = 550 > > unknown_hostname_reject_code = 550 > > unknown_local_recipient_reject_code = 550 > > unknown_relay_recipient_reject_code = 550 > > unknown_virtual_alias_reject_code = 550 > > unknown_virtual_mailbox_reject_code = 550 > > > > I didn't change any reject codes from the stock install, and I'm fine > with a temporary reject for DNS errors. The issue is Postfix not seeing > the reverse entry. > > unknown_client_reject_code = 450 > unknown_hostname_reject_code = 450
With these, we can't distinguish transient DNS lookup problems from other errors, and blocked legitimate senders don't learn that they have failed to send until days later. I would suggest you switch to 5XX codes. -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:[EMAIL PROTECTED]> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.