The most reliable way to find a DKIM selector is in the DKIM-Signature header of a sent message. The value after s= is the selector. The value after d= is the signing domain. Query selector._domainkey.signing-domain.
Find it in a header
- Send a message from the system to a mailbox you control.
- Open the original message or full headers.
- Find
DKIM-Signature. - Copy the
sanddvalues. - Enter both in the DKIM checker.
DKIM-Signature: v=1; a=rsa-sha256; d=example.com; s=mail2026; ...
DNS name: mail2026._domainkey.example.com
Other places to look
| Location | Use | Caution |
|---|---|---|
| Provider admin | Setup or audit | Copy the exact domain and region |
| DNS zone | You manage DNS | Old selectors can remain |
| Message header | Selector used for one message | Other streams can differ |
| Provider docs | Navigation help | Examples may not match your tenant |
Why guessing is unreliable
DKIM does not publish a selector directory. Selectors divide the key namespace and support multiple keys. Mailthentic tries a finite maintained list when no selector is supplied. No match does not prove DKIM is absent. Enter the exact header or provider value.
Public keys and signatures
The TXT record contains a public key, commonly in p=. A lookup confirms that a plausible record exists. It cannot verify a particular message without that message and signature.
Rotation and multiple selectors
Multiple selectors are normal for mail streams, regions, providers, or rotation periods. Publish a new public key before signing with it and retain the old key long enough for messages already in transit. An empty p= revokes a key.
Common errors
- Not found: use the signing domain from
d=, not only the visible From domain. - Wrong selector: copy
s=exactly. - Wrong location: publish beneath
selector._domainkey. - Broken TXT: check DNS quoting and line splitting.
- Old key removed: restore it during a transition if needed.
Check related SPF, DMARC, domain health, and MX signals separately.
Source
Selector and key behavior follows RFC 6376 and its listed updates. Last reviewed 2026-07-31.
Check the exact selector
Ready to verify your email list?
Start free with 50 verification credits. No credit card required.