Tools
  • / DKIM record checker

DKIM record checker

Look up DKIM records to verify email signing configuration for any domain. Auto-detect common selectors or specify your own to check key type and public key presence.

What is DKIM?

DKIM (DomainKeys Identified Mail) is an email authentication method that adds a digital signature to outgoing messages. The receiving server uses the public key published in your DNS to verify that the email was sent by an authorized server and hasn't been tampered with in transit.

DKIM records are stored as TXT records at a specific subdomain:selector._domainkey.yourdomain.com. The "selector" varies by provider and lets you use multiple DKIM keys for the same domain.

Common DKIM selectors

SelectorProvider
googleGoogle Workspace
selector1 / selector2Microsoft 365
k1Mailchimp / Mandrill
s1 / s2Amazon SES
defaultVarious (generic)
dkimVarious (generic)
smtpPostmark
mailVarious (generic)

How to use this tool

  1. Enter a domain name (e.g., "example.com").
  2. Optionally enter a DKIM selector. If left empty, the tool checks common selectors automatically.
  3. Click "Check" to query DKIM records.
  4. Review the results to see found selectors, key types, and record details.
DKIM records
google._domainkeyValid key
Key type: rsa
Version: DKIM1
Raw record:
v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQE...