From 22df00dd804158b682e0a094b12b1a4612afc1ae Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Thu, 18 Mar 2021 14:46:00 +0100 Subject: [PATCH] Mod:Postfix added blacklist check reminder --- SubModules/postfix/conf.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SubModules/postfix/conf.sh b/SubModules/postfix/conf.sh index 323c0a2..3c60f80 100644 --- a/SubModules/postfix/conf.sh +++ b/SubModules/postfix/conf.sh @@ -75,7 +75,9 @@ cat << EOF > test.sh red='\e[1;31m%s\e[0m\n' printf "\n" printf \$red "To enable mail for this server add the folling ip's \"ip4:\$(curl -s -4 icanhazip.com) ip6:\$(curl -s -6 icanhazip.com)\" for $hostname" -printf \$red "to enable DKKIM for the hostname run bash ~/OpenDKIMInit-host.sh" +printf \$red Check Blacklist using the following url: "https://www.debouncer.com/blacklistlookup?t=$hostname" +printf \n +printf \$red "Optionally, to enable DKIM for the hostname run bash ~/OpenDKIMInit-host.sh" printf \$red "remove notice this by running \"rm /etc/update-motd.d/51-generalspf\"" printf "\n" EOF