From 08f441e9aafea35374b03ee630377b7f26fb97f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Tue, 9 Jan 2024 20:42:19 +0100 Subject: [PATCH] update dmarc --- dnsconfig.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dnsconfig.js b/dnsconfig.js index 1b72ff3..56d0b84 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.; ruf=mailto:tormakristof@tormakristof.eu.;') + TXT('_dmarc', 'v=DMARC1; p=reject;') ); D("tormakristof.eu", REG_NONE, DnsProvider(cloudflare), @@ -66,6 +66,7 @@ D("tormakristof.eu", REG_NONE, CNAME('selector2._domainkey.groups','selector2-groups-tormakristof-eu._domainkey.tormakristof.onmicrosoft.com.'), MX('@', 0, 'tormakristof-eu.mail.protection.outlook.com.'), MX('groups', 0, 'groups-tormakristof-eu.mail.protection.outlook.com.'), + TXT('_dmarc.groups', 'v=DMARC1; p=reject;'), TXT('_atproto', 'did=did:plc:esnvw2g6e3lpx6hr7dmpkcy6'), TXT('_dmarc', 'v=DMARC1; p=reject;'), TXT('@', 'google-site-verification=Y-vwKAKqpWiBNB7ETL6HweEmt2sE38kzEwm87t5rBAQ'),