Changes between Version 8 and Version 9 of faq/email/dkim


Ignore:
Timestamp:
May 20, 2022, 12:45:45 PM (3 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • faq/email/dkim

    v8 v9  
    1111[[Image(dkim-checker-results.png, width=800)]]
    1212
     13And, when you have a working DKIM record you should be able to send yourself a message and then examine the full headers of the message (depending on your email program, look for the option to "view the source" or "view the original message"). Among all the headers you should see something like this:
     14
     15> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mayfirst.org;
     16        s=mayfirst1; t=1653001894;
     17        bh=hCGTb6HAPeFctp9Kbk84eOzjDVPJlAPmqXyyusuMGs0=;
     18        h=Date:To:References:From:Subject:In-Reply-To:From;
     19        b=P4ICdzIYw7DpRDpxzqu7jOyoSHFQrdbBVG5Lf3KbcnE+3ujqb5sHnrK3YDalw6Ocs
     20         m+gZnUfg3kx4v++FIWIcT6CLY0I/srbi6IlV8hNeDVPkEPzFLVGUuSolNmR9CNCeus
     21         rcls0BrUxb2kqbQJ1xVvK25l3Vxt/wrPZryFzLhfy7s8nE6GYFOUjFGr5AOxz6HdHl
     22         pYvODVUBBivo9BICGEu0Myd4sdQ75YbjGqSro5GTQJgAXpyYthYdXA2UkGYQuxilp/
     23         fu18/N9lB+2UjWaOkwKn/n0NxK6W+F8BggS+V9gzTaOa7aP1Cg+AJQECPYsv8X1Kgx
     24         2pwZmEIJvWY7w==
     25
     26This header is hidden from view by the user, but is carefully examined by the receiving email server to verify the authenticity of the message.
     27
    1328== Adding via the Control Panel ==
    1429
    15 If you don't have a record in our control panel, you can add one by [https://members.mayfirst.org/cp logging into the control panel].
     30If you don't have a DKIM record on your domain, you can add one by [https://members.mayfirst.org/cp logging into the control panel].
    1631
    1732Then, click the `DNS` tab on the left hand side. You should see your domain name records listed.