Adding DNSBL to smtpd_recipient_restrictions in postfix
This commit is contained in:
parent
99caa5cbce
commit
fed37bf920
|
@ -61,6 +61,7 @@ smtpd_recipient_restrictions =
|
|||
reject_unknown_sender_domain,
|
||||
reject_unknown_recipient_domain,
|
||||
check_policy_service unix:private/policyd-spf,
|
||||
reject_rbl_client spamsources.fabel.dk,
|
||||
reject_rbl_client bl.fmb.la,
|
||||
reject_rbl_client spam.dnsbl.anonmails.de,
|
||||
reject_rbl_client all.spamrats.com,
|
||||
|
|
Loading…
Reference in New Issue