install_postfix_advanced.sh: some minor changes.

This commit is contained in:
Christoph 2018-11-25 14:54:55 +01:00
parent 4a93bf4770
commit 0b60c881c9

View File

@ -1455,10 +1455,6 @@ if [[ ! -f /etc/postfix/greylist_client_access_pcre ]]; then
# - check_client_access pcre:/etc/postfix/greylist_client_access_pcre, # - 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 # Prevent connections at 127.0.0.25 (onion - tor hidden service) from greylisting
# #
# Note: # Note:
@ -1470,6 +1466,10 @@ if [[ ! -f /etc/postfix/greylist_client_access_pcre ]]; then
# and greylisting would be triggered. # and greylisting would be triggered.
/127\\.0\\.0\\.25/ DUNNO /127\\.0\\.0\\.25/ DUNNO
# ---
# - For clients matching the following rules greylisting check is applied.
# ---
# unkown clients # unkown clients
/^unknown$/ check_greylist /^unknown$/ check_greylist