From 0b60c881c9e5cda671b2bd5aeaa2f5ead8829ca7 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 25 Nov 2018 14:54:55 +0100 Subject: [PATCH] install_postfix_advanced.sh: some minor changes. --- install_postfix_advanced.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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