mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 13:40:17 +00:00
added DNSBL to smtpd_recipient_restrictions in postfix
This commit is contained in:
@@ -59,6 +59,7 @@ smtpd_recipient_restrictions =
|
||||
reject_non_fqdn_recipient,
|
||||
reject_unknown_sender_domain,
|
||||
reject_unknown_recipient_domain,
|
||||
reject_rbl_client spam.dnsbl.anonmails.de,
|
||||
reject_rbl_client sbl.spamhaus.org,
|
||||
reject_rhsbl_sender dbl.spamhaus.org
|
||||
|
||||
|
||||
Reference in New Issue
Block a user