|
@ -61,6 +61,8 @@ smtpd_helo_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_i |
|
|
smtpd_data_restrictions = reject_unauth_pipelining |
|
|
smtpd_data_restrictions = reject_unauth_pipelining |
|
|
# reject unauthorized relay attempts |
|
|
# reject unauthorized relay attempts |
|
|
smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination |
|
|
smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination |
|
|
|
|
|
# reject blacklisted addresses |
|
|
|
|
|
smtpd_recipient_restrictions = check_recipient_access hash:/etc/postfix/deny, permit |
|
|
|
|
|
|
|
|
### Misc ### |
|
|
### Misc ### |
|
|
# whether to send "new mail" notifications to users |
|
|
# whether to send "new mail" notifications to users |
|
|