Parked Domain Locking - 8/9

Machine-translated page

This English version was produced by automatic AI translation. Only the French version is reviewed by the author, so it remains the authoritative reference. Spotted a mistake or an awkward turn of phrase? Please report it by opening a pull request — contributions are welcome.

A domain that sends no email at all must still configure SPF, DKIM and DMARC in order to declare: “This domain never sends email. If you receive one, discard it immediately.” This is essential to protect against spoofing: attackers could use “dormant” domains or variations of your domain (typosquatting) to send phishing, since no one is watching them.

Here is the DNS configuration to apply:

TypeHost / NameValueRole
TXT@v=spf1 -allSPF
(Declares that no one is authorized to send email on behalf of the domain)
TXT_dmarcv=DMARC1; p=reject; sp=reject; adkim=s; aspf=s;DMARC (Asks the recipient to reject any email that claims to come from the domain)
TXT*._domainkeyv=DKIM1; p=DKIM (Invalidates all keys)
MX@. (Priority 0)MX (this domain does not receive email RFC 7505 (Null MX))
Suggest an edit

By Yanal-Yves FARGIALLA • Updated on July 4, 2026 (AI-assisted writing, final review by the author)
Unless otherwise noted, this content is licensed under CC BY-SA 4.0. CC BY-SA 4.0