Enable DNSBL service in Postfix to reduce spam

You can enable additional DNSBL services in Postfix to reduce spam. We use zen.spamhaus.org for example below.

smtpd_recipient_restrictions = ..., reject_unauth_destination, reject_rbl_client zen.spamhaus.org

It must be placed after reject_unauth_destination. You can add more DNSBL services after reject_unauth_destination, and they will be queried in the specified order.

References

Document published under a CC BY-ND 3.0 license. If you found something wrong, please do contact us to fix it.