Understanding DKIM selectors and key identification
A DKIM selector is an identifier used to distinguish different DKIM key pairs for the same domain. DKIM selectors enable domains to use multiple DKIM keys simultaneously, allowing key rotation, different keys for different services, and key management flexibility.
DKIM selectors are used in DKIM signatures (s=selector) and DNS record lookups (selector._domainkey.example.com). DKIM selectors can be any string (e.g., 'default', 'google', '2024'), allowing domains to organize and manage multiple DKIM keys.
DKIM selectors are essential for DKIM - without selectors, domains cannot use multiple keys or rotate keys. Check DKIM selectors using our DKIM lookup tool. Learn more about DKIM.
DKIM selectors identify which DKIM key pair was used to sign an email, enabling receiving servers to find the correct public key for verification.
DKIM selectors enable domains to use multiple DKIM keys simultaneously, allowing different keys for different services or mail servers.
DKIM selectors enable key rotation by allowing domains to publish new keys with new selectors while keeping old keys active during transition.
DKIM selectors provide key management flexibility, allowing domains to organize and manage multiple DKIM keys efficiently.
DKIM selectors enable different services or mail servers to use different DKIM keys, providing service-level key management.
DKIM selectors appear in DKIM signatures: DKIM-Signature: ... s=selector; ...
DKIM public keys are published at: selector._domainkey.example.com
default - Default selectorgoogle - Google-specific selector2024 - Year-based selectormail - Service-based selectorDKIM selectors can be any string, but should be descriptive and consistent for key management.
Receiving servers use selector from DKIM signature to lookup public key: selector._domainkey.example.com
Multiple selectors enable: key rotation (old and new keys active simultaneously), service separation (different keys for different services), and key management (organizing keys by purpose or date).
During key rotation: old key uses selector '2023', new key uses selector '2024', both keys are active during transition, and old key is removed after transition.
Different services use different selectors: marketing emails use selector 'marketing', transactional emails use selector 'transactional', and each service has its own DKIM key.
Manage multiple selectors by: documenting selector purposes, tracking selector usage, and removing unused selectors.
Use descriptive selectors, maintain selector documentation, and clean up unused selectors regularly.
Use our DKIM lookup tool to check DKIM selectors and verify DKIM key configuration.
Check DKIM signatures in email headers to identify which selectors are being used: DKIM-Signature: ... s=selector; ...
Query DNS for DKIM records: dig TXT selector._domainkey.example.com
Verify DKIM selectors are configured correctly, DNS records are published, and selectors match DKIM signatures in emails.
Use our email authentication checker to verify DKIM authentication is working correctly with selectors.