Skip to content

Commit

Permalink
location in the admin UI to regenerate DMARC/SPF/DKIM
Browse files Browse the repository at this point in the history
  • Loading branch information
toxik-io authored May 7, 2019
1 parent 0f439db commit 5fe7fb4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/dns.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 5fe7fb4

Please sign in to comment.