Don't allow local clients to bypass sender address check

This commit is contained in:
phil 2025-07-10 20:45:40 +02:00
parent a1a3d13fbd
commit 2cea9c077e

View file

@ -243,7 +243,6 @@ smtpd_sender_restrictions =
# Restrictions for submission port
mua_sender_restrictions =
check_sasl_access cdb:{{ postfix_conf_dir }}/permit_sasl_login_mismatch,
permit_mynetworks,
check_sender_access cdb:{{ postfix_conf_dir }}/sender_checks,
reject_non_fqdn_sender,
reject_unknown_sender_domain,