How the DKIM lookup works
DKIM signs email with a private key and publishes the corresponding public key in DNS below selector._domainkey.domain. The selector tells receivers which public key to retrieve for a particular signature.
- Check a selector you provide against live public DNS
- Show the published DKIM key record when found
- Identify the declared key type when present
- Optionally try a limited set of common selectors when you do not know yours
