DKIM Record Lookup
Enter a domain and DKIM selector to verify your DKIM email authentication records.
Server processing — your query is handled securely on our servers.
How to use DKIM Record Lookup
The DKIM Lookup retrieves the DomainKeys Identified Mail public key published at a given selector for a domain, letting you confirm your DKIM signing is set up correctly. DKIM lets a sending server cryptographically sign outgoing mail so receivers can verify it really came from your domain and was not altered in transit — a cornerstone of modern email authentication alongside SPF and DMARC. Use this tool to check that a selector’s public key exists and is well-formed, to debug failing signatures, or to confirm a new key has propagated before switching to it.
- Enter the domain and the DKIM selector to look up.
- Click Lookup to fetch the published TXT record.
- Confirm a valid public key (p=) is present.
- Check the key type and any flags in the record.
- Verify the selector matches the one your mail server signs with.
Selectors and how DKIM verification works
When a server signs a message it adds a DKIM-Signature header naming the domain and a selector. The receiver looks up the public key at selector._domainkey.domain, then uses it to verify the signature against the message body and signed headers. A selector lets one domain publish several keys — for different providers or for rotation — so naming the right selector is essential. If the key is missing, malformed, or does not match the private key used to sign, verification fails and the message loses an authentication pass.
| Tag | Meaning |
|---|---|
| v=DKIM1 | Record version |
| k=rsa | Key type |
| p= | The Base64 public key (empty means revoked) |
Rotating keys and common pitfalls
Good practice rotates DKIM keys periodically, which is exactly why selectors exist: publish a new key under a new selector, switch signing to it, then retire the old one once no in-flight mail still references it. A frequent mistake is a key truncated by a DNS provider’s record-length limits, leaving an invalid public key; another is publishing the key under the wrong selector so the receiver cannot find it. This lookup surfaces both problems immediately by showing exactly what is published where.
Glossary
- DKIM
- DomainKeys Identified Mail — a method of signing email to prove authenticity.
- Selector
- A label naming which DKIM key to use, queried as selector._domainkey.domain.
- Public key (p=)
- The key receivers use to verify a DKIM signature.
- Key rotation
- Periodically replacing signing keys for security.
- DKIM-Signature
- The email header carrying the signature and selector.
Related reading
Frequently Asked Questions
Get weekly tool tips & updates
New tools, power-user tips, and productivity hacks — delivered free every Friday.
No spam, ever. Unsubscribe with one click.
Why use DKIM Record Lookup?
- Real-time DNS lookups using live resolver queries
- Supports IPv4 and IPv6 addresses
- No software to install — runs entirely in the browser
- Results include TTL values and record priority
Common use cases
- Verify DNS propagation after updating nameservers
- Check MX records when troubleshooting email delivery
- Look up SPF/DKIM/DMARC records for email security audits
- Test whether a SSL certificate is valid and up to date
- Find the IP address behind a domain name
Related Network & DNS
SPF Record Checker
Check the SPF (Sender Policy Framework) record for any domain. Validate your email authentication setup and spot misconfigurations instantly.
DMARC Record Checker
Check the DMARC policy for any domain. Validate p=reject, p=quarantine, or p=none and review your alignment and reporting settings instantly.
MX Record Lookup
Look up MX (Mail Exchanger) records for any domain. Find which mail servers handle email delivery and check their priority order instantly.
DNS Lookup Tool
Look up DNS records for any domain — A, AAAA, MX, NS, TXT, CNAME, SOA, and CAA records. Free, instant results pulled from authoritative nameservers.
DNS Propagation Checker
Check if your DNS changes have propagated worldwide. Test A, MX, and NS records across 8 global DNS servers to confirm updates are live everywhere.
What Is My IP Address?
Instantly find your public IP address. Shows your IPv4 address as seen by websites and servers, plus quick details about your connection.
Explore all Network & DNS.