install_postfix_advanced.sh: some minor changes.
This commit is contained in:
parent
4a93bf4770
commit
0b60c881c9
@ -1455,10 +1455,6 @@ if [[ ! -f /etc/postfix/greylist_client_access_pcre ]]; then
|
||||
# - check_client_access pcre:/etc/postfix/greylist_client_access_pcre,
|
||||
# - ...
|
||||
|
||||
# ---
|
||||
# - For clients matching the following rules greylisting check is applied.
|
||||
# ---
|
||||
|
||||
# Prevent connections at 127.0.0.25 (onion - tor hidden service) from greylisting
|
||||
#
|
||||
# Note:
|
||||
@ -1470,6 +1466,10 @@ if [[ ! -f /etc/postfix/greylist_client_access_pcre ]]; then
|
||||
# and greylisting would be triggered.
|
||||
/127\\.0\\.0\\.25/ DUNNO
|
||||
|
||||
# ---
|
||||
# - For clients matching the following rules greylisting check is applied.
|
||||
# ---
|
||||
|
||||
# unkown clients
|
||||
/^unknown$/ check_greylist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user