From 2cea9c077e43984e4167fb827d3475ec5784ebef Mon Sep 17 00:00:00 2001 From: phil Date: Thu, 10 Jul 2025 20:45:40 +0200 Subject: [PATCH] Don't allow local clients to bypass sender address check --- templates/postfix/main.cf.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/postfix/main.cf.j2 b/templates/postfix/main.cf.j2 index b3cbafe..407d238 100644 --- a/templates/postfix/main.cf.j2 +++ b/templates/postfix/main.cf.j2 @@ -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,