From e868278bcf20d211ad56a4692c923f031921dde3 Mon Sep 17 00:00:00 2001 From: James Mead Date: Thu, 15 Aug 2024 14:04:37 +0100 Subject: [PATCH] Add reporting email for Mission Patch DMARC It doesn't make much sense to me to set `p=quarantine` & `pct=100`, but not to provide an email address to send failure reports. Having said that, I'm unclear whether this is actually being used by any services that send emails from mission-patch.com. Possible candidates include: * DNSimple email forwarding to SendBoard * SendBoard email sending from Trello * Stripe email sending, e.g. receipts * Postmark email sending However, I think it's worth trying this to see what happens. --- config/zones/mission-patch.com | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/zones/mission-patch.com b/config/zones/mission-patch.com index 5f152306..cd13a2d2 100644 --- a/config/zones/mission-patch.com +++ b/config/zones/mission-patch.com @@ -1,11 +1,11 @@ $ORIGIN mission-patch.com. $TTL 1h -mission-patch.com. 3600 IN SOA ns1.dnsimple.com. admin.dnsimple.com. 1547902569 86400 7200 604800 300 +mission-patch.com. 3600 IN SOA ns1.dnsimple.com. admin.dnsimple.com. 1547902570 86400 7200 604800 300 mission-patch.com. 3600 IN NS ns1.dnsimple.com. mission-patch.com. 3600 IN NS ns2.dnsimple.com. mission-patch.com. 3600 IN NS ns3.dnsimple.com. mission-patch.com. 3600 IN NS ns4.dnsimple.com. -_dmarc.mission-patch.com. 3600 IN TXT "v=DMARC1;p=quarantine;pct=100;fo=1" +_dmarc.mission-patch.com. 3600 IN TXT "v=DMARC1;p=quarantine;pct=100;rua=mailto:contact@mission-patch.com;fo=1" ; mission-patch.com. 3600 IN ALIAS mission-patch-web-l6ws.onrender.com. mission-patch.com. 3600 IN TXT "v=spf1 include:mailgun.org ~all" mission-patch.com. 3600 IN TXT "stripe-verification=43d16cbf8a47a2f56a7eb952f29b152e74bd15d4f9d1100b906db6d020d50838"