Skip to content

Commit

Permalink
Add reporting email for Mission Patch DMARC
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
floehopper committed Aug 15, 2024
1 parent 9ead81e commit e868278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/zones/mission-patch.com
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit e868278

Please sign in to comment.