|
|
@ -61,15 +61,6 @@ smtpd_helo_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_i |
|
|
|
smtpd_data_restrictions = reject_unauth_pipelining |
|
|
|
# reject unauthorized relay attempts |
|
|
|
smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination |
|
|
|
# reject mail from IPs listed in spam list |
|
|
|
smtpd_recipient_restrictions = |
|
|
|
permit_mynetworks, |
|
|
|
permit_sasl_authenticated, |
|
|
|
# reject_rbl_client zen.spamhaus.org, |
|
|
|
# reject_rhsbl_reverse_client dbl.spamhaus.org, |
|
|
|
# reject_rhsbl_helo dbl.spamhaus.org, |
|
|
|
# reject_rhsbl_sender dbl.spamhaus.org, |
|
|
|
permit |
|
|
|
|
|
|
|
### Misc ### |
|
|
|
# whether to send "new mail" notifications to users |
|
|
|