DKIM selector
The selector tells receivers which DNS name contains the public DKIM key.
Common selectors include default, mail,
selector1 and google.
Check a domain’s DKIM selector and public DKIM key from DNS. DKIM helps verify that an email message was sent by an authorized system and was not modified in transit.
A DKIM record is usually published as
selector._domainkey.example.com. Common selectors include
default, mail, selector1,
selector2 and google.
The DKIM check shows whether a public DKIM key has been published in DNS for
the selected domain and selector. A DKIM record is usually published under
selector._domainkey.example.com.
DKIM adds a cryptographic signature to outgoing email. The receiving mail server can verify that signature using the public key published in DNS. This helps confirm that the message has not been changed in transit and that the signature is connected to the domain.
The selector tells receivers which DNS name contains the public DKIM key.
Common selectors include default, mail,
selector1 and google.
The public key is the p= value in the DKIM record. Receivers
use it to verify the DKIM signature of the message.
The key type is often shown with the k=rsa tag. It describes
the type of key used for the DKIM signature.
DKIM is an important part of DMARC. If DKIM passes and aligns correctly, DMARC can accept the message based on DKIM.
DKIM improves email trust because the receiver can verify that a message was signed with a key approved by the domain. This helps reduce forged email and supports better deliverability.
DKIM is especially useful together with SPF and DMARC. SPF defines where email may be sent from, DKIM signs messages and DMARC tells receivers what to do when authentication checks fail.
A good DKIM result means that one clear DKIM record was found for the selected selector and that the record contains a public key. If no record is found, the selector may be wrong or DKIM may not be enabled for the domain.
If the public key is missing or looks unusually short, the DKIM setup should be checked in the email service settings. Some services also use multiple selectors, for example for different sending systems or key rotation.
The DKIM selector is usually shown in the email service or sending platform
settings. Common selectors include default, mail,
selector1, selector2 and google.
Yes. A domain can have multiple DKIM selectors for different email services, marketing platforms or key rotation.
Yes. DKIM should be used alongside SPF. SPF and DKIM check different things, and DMARC works best when both are configured correctly.