Don't allow local clients to bypass sender address check
This commit is contained in:
parent
a1a3d13fbd
commit
2cea9c077e
1 changed files with 0 additions and 1 deletions
|
@ -243,7 +243,6 @@ smtpd_sender_restrictions =
|
||||||
# Restrictions for submission port
|
# Restrictions for submission port
|
||||||
mua_sender_restrictions =
|
mua_sender_restrictions =
|
||||||
check_sasl_access cdb:{{ postfix_conf_dir }}/permit_sasl_login_mismatch,
|
check_sasl_access cdb:{{ postfix_conf_dir }}/permit_sasl_login_mismatch,
|
||||||
permit_mynetworks,
|
|
||||||
check_sender_access cdb:{{ postfix_conf_dir }}/sender_checks,
|
check_sender_access cdb:{{ postfix_conf_dir }}/sender_checks,
|
||||||
reject_non_fqdn_sender,
|
reject_non_fqdn_sender,
|
||||||
reject_unknown_sender_domain,
|
reject_unknown_sender_domain,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue