From 48a83d5fcaa576839cc00d56f12d248f22c7faca Mon Sep 17 00:00:00 2001 From: Tobias Date: Fri, 13 Mar 2026 20:06:08 +0000 Subject: [PATCH] Update postfix/main.cf --- postfix/main.cf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/postfix/main.cf b/postfix/main.cf index 96583e8..e160c35 100644 --- a/postfix/main.cf +++ b/postfix/main.cf @@ -76,6 +76,4 @@ smtpd_sasl_type = dovecot smtpd_sasl_path = private/auth header_checks = regexp:/etc/postfix/header_checks -smtpd_sender_restrictions = - reject_sender_login_mismatch, - reject_unknown_sender_domain \ No newline at end of file +smtpd_sender_restrictions = reject_sender_login_mismatch, reject_unknown_sender_domain \ No newline at end of file