On 9/29/2011 1:39 PM, Kaleb Hosie wrote: > This seems like it should be a simple task but for some reason Postfix isn't > rejecting email by using RBL lookups. > > Here is my smtpd configuration: > > smtpd_recipient_restrictions = > reject_non_fqdn_sender, > reject_unknown_recipient_domain, > reject_unauth_pipelining, > reject_non_fqdn_recipient, > reject_rbl_client sbl.spamhaus.org, > reject_rbl_client xbl.spamhaus.org, > permit_sasl_authenticated, > permit_mynetworks, > reject_unauth_destination, > permit_auth_destination, > permit > > Can anyone see the reason why RBL lookups aren't happening?
Please show "postconf -n" output rather than main.cf snips. As a general rule, your restrictions should look like: permit_sasl_authenticated permit_mynetworks reject_unauth_destination ... built-in restrictions ... rbl's and don't use permit_auth_destination -- Noel Jones