diff --git a/install_postfix_advanced.sh b/install_postfix_advanced.sh index 58cbfae..05e4733 100755 --- a/install_postfix_advanced.sh +++ b/install_postfix_advanced.sh @@ -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