From 13064e802fe8f651862006e1a21ecee93c2633fa Mon Sep 17 00:00:00 2001 From: myve Date: Fri, 10 Jan 2025 20:57:52 +0000 Subject: [PATCH] Update build/run/installer.sh --- build/run/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/run/installer.sh b/build/run/installer.sh index d051f5e..85b5918 100755 --- a/build/run/installer.sh +++ b/build/run/installer.sh @@ -90,7 +90,7 @@ postconf -e "smtp_header_checks = pcre:/etc/postfix/smtp_header_checks" # SPF and DKIM checks postconf -e "policy_time_limit = 3600" -postconf -e "smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, check_policy_service unix:private/policy, check_client_access lmdb:/etc/postfix/whitelist_incoming, check_sender_access lmdb:/etc/postfix/blacklist_incoming" +postconf -e "smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, check_policy_service unix:private/policy, check_client_access pcre:/etc/postfix/whitelisted_domains, check_sender_access lmdb:/etc/postfix/whitelisted_emails, check_client_access pcre:/etc/postfix/blacklisted_domains, check_sender_access lmdb:/etc/postfix/blacklisted_emails" # Milter configuration postconf -e "milter_default_action = accept"