diff --git a/create_master_zone_file.sh b/create_master_zone_file.sh index 29008d2..f4220bc 100755 --- a/create_master_zone_file.sh +++ b/create_master_zone_file.sh @@ -745,7 +745,7 @@ EOF ; ; DMARC ; -_dmarc IN TXT "v=DMARC1; p=reject;" +_dmarc IN TXT "v=DMARC1; p=none;" EOF elif [[ -n "${DEFAULT_MX_HOST_1}" ]] ; then cat << EOF >> "${ZONE_FILE_MASTER_DIR}/${DOMAIN}.zone" @@ -759,7 +759,12 @@ 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 mx:lists.warenform.de mx:lists.oopen.de mx:lists.initiativenserver.de mx:listi.jpberlin.de ~all" + +; +; DMARC +; +;_dmarc IN TXT "v=DMARC1; p=none;" EOF fi