mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2026-07-06 02:28:30 -05:00
Replaced postfix deprecated parameters
This commit is contained in:
parent
0235e495a6
commit
00e2dd29a5
1 changed files with 2 additions and 2 deletions
|
|
@ -105,7 +105,7 @@ postconf -e "smtpd_helo_restrictions = permit_mynetworks, permit_sasl_authentica
|
||||||
|
|
||||||
# Postscreen spambots
|
# 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_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"
|
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_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_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 "header_checks = pcre:/etc/postfix/header_checks"
|
||||||
postconf -e "body_checks = pcre:/etc/postfix/body_checks"
|
postconf -e "body_checks = pcre:/etc/postfix/body_checks"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue