From ac6142b8dbd3d5dcc3e2c74de3e01f7d344b9c1f Mon Sep 17 00:00:00 2001 From: Dennis Baaten Date: Thu, 23 Feb 2023 15:20:28 +0100 Subject: [PATCH] Update parked-domain-how-to.md --- parked-domain-how-to.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parked-domain-how-to.md b/parked-domain-how-to.md index 618bc9a..f31d655 100644 --- a/parked-domain-how-to.md +++ b/parked-domain-how-to.md @@ -32,11 +32,11 @@ Set DMARC policy to reject mails, but allow reporting to take place. This helps If the domain itself does not receive email (such as when the domain has been configured with NULL MX), then the RUA and RUF must point to another domain that does receive emails, such as: -`_dmarc.example.nl TXT "v=DMARC1; p=reject; rua=mailto:rua@example.net; ruf=mailto:ruf@example.net"` +`_dmarc.example.nl. TXT "v=DMARC1; p=reject; rua=mailto:rua@example.net; ruf=mailto:ruf@example.net"` On the other domain (that does receive e-mail), add an authorization record for the parked domain: -`example.nl._report._dmarc.example.net TXT "v=DMARC1;"` +`example.nl._report._dmarc.example.net IN TXT "v=DMARC1;"` ## DKIM When using a wildcard selector to set an empty public key, you indicate that all previously used keys are revoked and must be considered unreliable. You can also use this to explicitly signal that a domain is not configured to use e-mail. However, [according to the RFC](https://tools.ietf.org/html/rfc6376#section-6.1.2) the absence of a selector / public key (e.g. as a result of deleting the entire DKIM resource record) is semantically equal to a resource record with an empty public key. This means that both approaches should be treated similar by the receiving mail server.