Replaced postfix deprecated parameters

This commit is contained in:
myve 2026-07-05 21:37:12 +00:00
commit 00e2dd29a5

View file

@ -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"