From 666c87ac1b929021d72eeac79d80a0d2810aa6cc Mon Sep 17 00:00:00 2001 From: myve Date: Fri, 10 Jan 2025 16:02:36 +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 66efc63..d051f5e 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 pcre:/etc/postfix/rbl_override" +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" # Milter configuration postconf -e "milter_default_action = accept"