Changes between Version 1 and Version 2 of faq/email/dkim


Ignore:
Timestamp:
May 19, 2022, 3:15:46 PM (3 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • faq/email/dkim

    v1 v2  
    1 # DKIM
     1= DKIM =
    22
    33[https://en.wikipedia.org/wiki/DomainKeys_Identified_Mail Domain Keys Identified Mail (DKIM)] is a method for reducing fraudulent email. The goal is to make it harder for a spammer or identify thief to send an email claiming to be from your email address. It works by digitally signing all outgoing email in a way that the receiving email server can verify. DKIM signed messages have an added benefit of increasing the liklihood that your email will land in the recipient's inbox instead of their junk mail folder since major email providers seem to favor DKIM signed messages.
    44
    5 ## How can I get it?
     5== How can I get it? ==
    66
    77By default, all domain names that are managed by May First and configured to use May First for sending email should have DKIM signing setup already.
     
    99You can check by going to the [https://www.dmarcanalyzer.com/dkim/dkim-checker/ DKIM Checker]. Ender `mayfirst` for the "Selector" and enter your domain in the "Domain to verify" field. You should get a response like this one if DKIM is properly enabled:
    1010
     11[[Image(dkim-checker-results.png)]]