[Postfix] Added custom_postscreen_whitelist.cidr for a custom Postscreen wl, fixes #3313
parent
8a3fc802c5
commit
82c094c77c
|
@ -12,6 +12,7 @@ data/conf/postfix/sni.map.db
|
||||||
data/conf/postfix/extra.cf
|
data/conf/postfix/extra.cf
|
||||||
data/conf/postfix/sql
|
data/conf/postfix/sql
|
||||||
data/conf/postfix/custom_transport.pcre
|
data/conf/postfix/custom_transport.pcre
|
||||||
|
data/conf/postfix/custom_postscreen_whitelist.cidr
|
||||||
data/conf/postfix/allow_mailcow_local.regexp
|
data/conf/postfix/allow_mailcow_local.regexp
|
||||||
data/conf/dovecot/sql
|
data/conf/dovecot/sql
|
||||||
data/conf/dovecot/lua
|
data/conf/dovecot/lua
|
||||||
|
|
|
@ -34,6 +34,7 @@ milter_protocol = 6
|
||||||
minimal_backoff_time = 300s
|
minimal_backoff_time = 300s
|
||||||
plaintext_reject_code = 550
|
plaintext_reject_code = 550
|
||||||
postscreen_access_list = permit_mynetworks,
|
postscreen_access_list = permit_mynetworks,
|
||||||
|
cidr:/opt/postfix/conf/custom_postscreen_whitelist.cidr,
|
||||||
cidr:/opt/postfix/conf/postscreen_access.cidr,
|
cidr:/opt/postfix/conf/postscreen_access.cidr,
|
||||||
tcp:127.0.0.1:10027
|
tcp:127.0.0.1:10027
|
||||||
postscreen_bare_newline_enable = no
|
postscreen_bare_newline_enable = no
|
||||||
|
|
Loading…
Reference in New Issue