From 26d9a792bd80f69263e3903762e1f8369bf8b372 Mon Sep 17 00:00:00 2001 From: olli Date: Sat, 30 Sep 2023 08:24:59 +0200 Subject: [PATCH] mailcow.yml aktualisiert --- mailcow.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/mailcow.yml b/mailcow.yml index 60bb035..6c6db91 100644 --- a/mailcow.yml +++ b/mailcow.yml @@ -400,18 +400,18 @@ z.mailspike.net zombie.dnsbl.sorbs.net" - for list in $rbllist - do - rblopts="$opts -s $list" - done - # only run at 6:2Xh - if date +%H:%M | egrep -q "^06:2" - then - if ! rblcheck $rblopts -- {{inventory_hostname}} mail.{{inventory_hostname}} $(curl -s https://checkipv4.dedyn.io) $(curl -s https://checkipv6.dedyn.io) >${g_tmp}/rbloutput 2>&1 - then - g_echo_error "$(grep -v ' not listed by ' ${g_tmp}/rbloutput)" - fi - fi + #for list in $rbllist + #do + # rblopts="$opts -s $list" + #done + ## only run at 6:2Xh + #if date +%H:%M | egrep -q "^06:2" + #then + # if ! rblcheck $rblopts -- {{inventory_hostname}} mail.{{inventory_hostname}} $(curl -s https://checkipv4.dedyn.io) $(curl -s https://checkipv6.dedyn.io) >${g_tmp}/rbloutput 2>&1 + # then + # g_echo_error "$(grep -v ' not listed by ' ${g_tmp}/rbloutput)" + # fi + #fi backup: yes validate: /bin/bash -n %s