diff options
-rw-r--r-- | modules/postfix/templates/main.cf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/postfix/templates/main.cf b/modules/postfix/templates/main.cf index 4ad0c337..74931e77 100644 --- a/modules/postfix/templates/main.cf +++ b/modules/postfix/templates/main.cf @@ -139,10 +139,10 @@ smtpd_recipient_restrictions = permit_mynetworks reject_non_fqdn_recipient reject_non_fqdn_sender check_sender_access hash:/etc/postfix/access - reject_rhsbl_helo dbl.spamhaus.org - reject_rhsbl_reverse_client dbl.spamhaus.org - reject_rhsbl_sender dbl.spamhaus.org - reject_rbl_client dbl.spamhaus.org + reject_rhsbl_helo sbl.spamhaus.org + reject_rhsbl_reverse_client sbl.spamhaus.org + reject_rhsbl_sender sbl.spamhaus.org + reject_rbl_client sbl.spamhaus.org reject_unauth_destination reject_unknown_sender_domain reject_unknown_client |