From 688c6e8e71f16d8a5776eca1413d875b6d48c227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sun, 2 Apr 2023 12:55:20 +0200 Subject: [PATCH] add dmarc to all zones --- dnsconfig.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dnsconfig.js b/dnsconfig.js index 1dbb3dc..f3eb371 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -13,7 +13,7 @@ D("kmlabz.com", REG_NONE, MX('@', 6, 'route3.mx.cloudflare.net.'), TXT('@', 'google-site-verification=cg0LE20BEX78s7fbbuYmDxslaHxJTVra5vBFehxsujk'), TXT('@', 'v=spf1 include:_spf.mx.cloudflare.net -all'), - TXT('_dmarc', 'v=DMARC1; p=reject; pct=25; rua=mailto:tormakristof@tormakristof.eu.;') + TXT('_dmarc', 'v=DMARC1; p=reject; pct=25; rua=mailto:tormakristof@tormakristof.eu.; ruf=mailto:tormakristof@tormakristof.eu.;') ); D("tormakristof.eu", REG_NONE, DnsProvider(cloudflare), @@ -82,6 +82,7 @@ D("torma.xyz", REG_NONE, MX('@', 10, 'mx01.mail.icloud.com.'), MX('@', 10, 'mx02.mail.icloud.com.'), CNAME('sig1._domainkey', 'sig1.dkim.torma.xyz.at.icloudmailadmin.com.'), + TXT('_dmarc', 'v=DMARC1; p=reject;'), TXT('@', 'v=spf1 redirect=icloud.com'), TXT('@', 'apple-domain=h0Mjsp5TEdNbSNRa') );