-
Notifications
You must be signed in to change notification settings - Fork 2
Standard NoMX
Tor Vigesdal edited this page Oct 15, 2019
·
1 revision
We all register domains that
- we are not ready to use
- simply redirect users to a product page, or to our main page
- we do not want competitors or attackers to use
These domains are not meant to be used for e-mail and should be protected from day one.
Create the following three entries in DNS:
- A Null MX record, as defined in RFC7505. This is an MX record with a preference of 0 and a value of . (dot). When verified using NSLOOKUP it looks like this: coompany. com MX preference = 0, mail exchanger = (root)
- An SPF policy "v=spf1 -all" as a TXT record. When verified with NSLOOKUP it looks like this: coompany. com text = "v=spf1 -all"
- A DMARC policy "v=DMARC1; p=reject; aspf=s". NSLOOKUP returns: _dmarc.coompany. com text = "v=DMARC1; p=reject; aspf=s"