From 5fe7fb4bf8a71ba1f42f8fdd3eb7f27aaf160755 Mon Sep 17 00:00:00 2001 From: toxik-io Date: Tue, 7 May 2019 12:06:39 -0600 Subject: [PATCH] location in the admin UI to regenerate DMARC/SPF/DKIM --- docs/dns.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/dns.rst b/docs/dns.rst index d2fd4131..a96383b6 100644 --- a/docs/dns.rst +++ b/docs/dns.rst @@ -48,3 +48,13 @@ And for another domain, ``myotherdomain.com`` for example: myotherdomain.com. IN MX 10 mail.mydomain.com. Note that both point to the same mail server hostname, which is unique to your server. + +DKIM/SPF & DMARC Entries +------------------------ + +Finally, you'll need to visit the admin dashboard (or use the cli) to regenerate your DMARC, SPF, and DKIM records. + +Once the DNS changes to your host have propogated (and if SSL / domain rules were setup correctly, visit your admin +dashboard at https://example.com/admin/ui/domain/details/example.com. Click on `regenerate keys` and add the required +records to your DNS provider. If you've enabled DKIM/SPF / DMARC and haven't added these entries, your mail might +not get delivered.