From 00e2dd29a5430496d2c6cd64ecbe5cdb1d1263c5 Mon Sep 17 00:00:00 2001 From: myve Date: Sun, 5 Jul 2026 21:37:12 +0000 Subject: [PATCH] Replaced postfix deprecated parameters --- build/run/installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/run/installer.sh b/build/run/installer.sh index 1432bae..a6433a6 100755 --- a/build/run/installer.sh +++ b/build/run/installer.sh @@ -105,7 +105,7 @@ postconf -e "smtpd_helo_restrictions = permit_mynetworks, permit_sasl_authentica # Postscreen spambots postconf -e "postscreen_access_list = permit_mynetworks cidr:/etc/postfix/postscreen_access.cidr cidr:/etc/postfix/postscreen_spf_whitelist.cidr" -postconf -e "postscreen_blacklist_action = drop" +postconf -e "postscreen_denylist_action = drop" postconf -e "postscreen_greet_action = enforce" @@ -113,7 +113,7 @@ postconf -e "postscreen_dnsbl_threshold = 3" postconf -e "postscreen_dnsbl_action = enforce" postconf -e "postscreen_dnsbl_sites = bl.spameatingmonkey.net*2, bl.spamcop.net, dnsbl.sorbs.net" # zen.spamhaus.org*3, -postconf -e "postscreen_dnsbl_whitelist_threshold = -2" +postconf -e "postscreen_dnsbl_allowlist_threshold = -2" postconf -e "header_checks = pcre:/etc/postfix/header_checks" postconf -e "body_checks = pcre:/etc/postfix/body_checks"