DKIM selector FAQs

What is the selector in DKIM?

A DKIM selector is a text string included in the DKIM-Signature field of an email header. The DKIM selector identifies which public/private key pair was used to sign the email, allowing the receiving email server to locate the correct public key in the domain’s DNS to verify the message.

What is the DKIM selector in an email header?

The DKIM selector in an email header appears as the value of the s= tag in the DKIM-Signature field. This selector indicates which public key the receiving server should use to verify the authenticity of the email.

What is a DKIM selector example?

A DKIM selector example is a simple string such as s1, default, or a descriptive name like marketing2025. In the DNS, these appear in a specific format. For example, s1._domainkey.example.com is a valid DKIM record.

Do I need a DKIM selector?

Yes. A DKIM selector is required to enable DKIM authentication. It is especially important if your business plans to use multiple keys or rotate keys regularly to maintain security.

How do I add a DKIM selector?

To add a DKIM selector, first generate a public/private key pair. Then choose a unique selector name and publish the public key in the DNS. Finally, configure your company’s email server to use the linked private key and selector.

How many DKIM selectors can I have?

Your organization can have multiple DKIM selectors. There is no hard limit, and using multiple selectors allows your business to assign different keys to separate email streams, departments, or third-party providers. Managing them effectively is essential for both security and ease of troubleshooting.

How do I find the DKIM selector?

To find a DKIM selector, check the DKIM-Signature field in the header of an email sent from your company’s domain. The selector is the value of the s= tag. To verify a selector, use a DKIM lookup tool.

Resources

Related blog articles

  • DKIM doesn’t have to be difficult: A simplified guide
  • Easy DKIM checker & more: Explore Sendmarc’s free tools