From 992ee48934caa238320831956795495fbed3e2be Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 14 Jun 2023 09:37:01 +0200 Subject: [PATCH] create_master_zone_file.sh: change default SPF qualifier to '~all'. --- create_master_zone_file.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create_master_zone_file.sh b/create_master_zone_file.sh index 3012059..2a2b80f 100755 --- a/create_master_zone_file.sh +++ b/create_master_zone_file.sh @@ -740,7 +740,7 @@ EOF ; ; TXT (u.a. SPF) ; -@ 3600 IN TXT "v=spf1 a mx -all" +@ 3600 IN TXT "v=spf1 a mx ~all" EOF elif [[ -n "${DEFAULT_MX_HOST_1}" ]] ; then cat << EOF >> "${ZONE_FILE_MASTER_DIR}/${DOMAIN}.zone" @@ -754,7 +754,7 @@ elif [[ -n "${DEFAULT_MX_HOST_1}" ]] ; then ; ; TXT (u.a. SPF) ; -;@ 3600 IN TXT "v=spf1 a mx -all" +;@ 3600 IN TXT "v=spf1 a mx ~all" EOF fi