How to Set Up DKIM for FastMail?
Your Generated DKIM Records
Keep the private key secure and add the DKIM record to your DNS
Your Generated DKIM Records
Keep the private key secure and add the DKIM record to your DNS
Generated DKIM Record
Private Key
You must enter the private key in your DKIM signer. It must be kept secret, as anyone with access to it can stamp tokens pretending to be you
Public Key
The public key is the original raw 'X509' format. It's not usable in DNS directly, but it might be useful for something else.
Subdomain
Publish the generated record text on this DNS host. Format: [selector]._domainkey.[yourdomain.com] — never use @ in DNS records.
DKIM uses cryptographic signatures and public-key infrastructure to verify that an email message has not been altered during transit and that it truly came from the claimed sender. Email senders can use DKIM to sign their messages by adding a DKIM-Signature header field to the messages. Email receivers can then use the public key published in the DNS to verify the signature and check that the message has not been tampered with.
DKIM setup for FastMail
You can enable DKIM signing for your domains on FastMail by publishing 3 separate DNS CNAME records, according to FastMail. Remember You must wait for 24-48 hours for your DNS to properly process the changes after publishing the records and saving the changes in your domain’s DNS.
The 3 separate DNS CNAME records include:
| Type of Record | Hostname | Value |
| CNAME | fm1._domainkey | fm1.yourdomain.dkim.fmhosted.com |
| CNAME | fm2._domainkey | fm2.yourdomain.dkim.fmhosted.com |
| CNAME | fm3._domainkey | fm3.yourdomain.dkim.fmhosted.com |
You can use Skysnag’s free DKIM Checker to check the health of your DKIM record here
Enable DMARC for your domains to protect against spoofing. Sign up for a free trial today!
For more information on FastMail DKIM setup, you can refer to their reference documentation
Ready to secure your sending identity and protect your domain reputation? Sign up today.
Get started