DKIM Record Checker
DKIM signs outgoing emails. Receivers verify the signature using a public key in DNS.
DKIM lives on <selector>._domainkey.<domain>. If selector is empty, we try common ones.
Result for 08244.biz
Found
Selector: default
(TXT on default._domainkey.08244.biz)
v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwXyrQvNh9erSJE0wIt5u6GRG930AwL/dWbsCPq9J/ZKtomhFJsyiDAg8SuhD9C127ZYJOOml/Lghlk5sfFTgy7/QLpAiiedjhU+L4PdcNaHKJIdiNHcpRtFfV3Y+Sb+SvC6oSXIyaAXKMBthfFow2Z8SIbG+zciSPH6w7UblsRrTSnFCDkgeNeZcA/raMyfgD55+NhZsmVVmiolTamJ1EYDgrprVucRTxLHexEegu6bbocdfVnih/OvJg2IRE6yu+3AJWTMsBeEDR7JhbT5uVW7M7il8C8RkVokNb9SNDTueMKp3ghuId6B3SFLmw2wUW+lGzOkR8Iq5TAYz03y0rQIDAQAB;
FAQ
Why does DKIM require a selector?
Selectors allow rotating keys and running multiple keys per domain.
Where is DKIM published?
TXT on <selector>._domainkey.<domain>.
DKIM record exists but emails still fail DKIM?
Signing may be disabled or the selector used in email differs from DNS.
Do I need DKIM if I have SPF?
Yes, many providers use both for best deliverability and DMARC alignment.
Can I have multiple DKIM selectors?
Yes, that is common for key rotation or multiple senders.
What is DKIM?
DKIM (DomainKeys Identified Mail) adds a cryptographic signature to outgoing emails. DNS stores a public key that allows receivers to verify authenticity.
Example
v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0B...
Common mistakes
- Wrong selector (the record exists but under a different selector).
- Key is split incorrectly across multiple TXT chunks (some DNS UIs break it).
- Publishing DKIM but not enabling signing on the mail provider.