DKIM record
checker
Enter a domain and selector to fetch the published DKIM key. See whether it's active, what each tag means, and what to do if something is off.
DKIM under the hood.
A signature that vouches for both the sender and the content of every message.
Cryptographic signature
Outgoing mail is signed with a private key held by your server; the public half lives in DNS. Receivers check the two against each other to confirm the mail is genuine.
Selector system
Selectors let one domain carry several keys at once — handy for rotating keys safely or running multiple sending providers side by side.
Tamper detection
The signature is computed over the body and selected headers. Change anything en route and verification breaks — so recipients know when content was manipulated.
Key rotation
Rotate keys roughly once a year: publish the replacement under a new selector, point your sending infrastructure at it, then retire the old key by blanking its p= value.
DKIM alone is not enough
A valid signature says nothing about the From header a reader sees. As with SPF, you need DMARC to bind DKIM results to that header and shut down spoofing.
2048-bit RSA minimum
1024-bit RSA no longer holds up. Go 2048-bit at minimum, or adopt Ed25519 for the same security in a fraction of the key size.
Signed mail gets delivered.
DKIM signing is switched on for you automatically, with guided SPF and DMARC setup for your domain alongside it.