From 534371411ca18fc64ef160ce1fae6bfc2120f40e Mon Sep 17 00:00:00 2001 From: myve Date: Thu, 9 Jan 2025 23:26:44 +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 e4bfc17..66efc63 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/rbl_override" +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" # Milter configuration postconf -e "milter_default_action = accept"