{"id":3571,"date":"2023-11-27T10:26:39","date_gmt":"2023-11-27T10:26:39","guid":{"rendered":"https:\/\/www.warmy.io\/blog\/dkim-selectors-step-by-step-guide-on-how-to-find-dkim-selectors\/"},"modified":"2023-11-27T10:26:39","modified_gmt":"2023-11-27T10:26:39","slug":"dkim-selectors-step-by-step-guide-on-how-to-find-dkim-selectors","status":"publish","type":"post","link":"https:\/\/www.warmy.io\/blog\/dkim-selectors-step-by-step-guide-on-how-to-find-dkim-selectors\/","title":{"rendered":"DKIM Selector: What Is It and How to Find It?"},"content":{"rendered":"<p><span>Modern email marketing and communication depend on email authentication in great part.\u00a0<\/span><\/p>\n<p><a href=\"https:\/\/support.warmy.io\/knowledge\/what-is-dkim\" rel=\"noopener\" target=\"_blank\" rel=\"noopener noreferrer\"><span>DomainKeys Identified Mail (DKIM)<\/span><\/a><span> helps users confirm whether an email is legitimate or not. DKIM selectors, on the other hand, enable recipients to choose which public key to use for email verification of the DKIM signature. <\/span><\/p>\n<h2>What is the DKIM selector?<br \/>\n<\/h2>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"DKIM_selectors\" height=\"404\" src=\"https:\/\/warmy-blog-wordpress-bucket.s3.amazonaws.com\/wp-content\/uploads\/2023\/11\/11094451\/content_DKIM_selectors-768x404.png\" width=\"768\" title=\"\"><\/p>\n<p><b>DKIM selector is a string of characters usually composed of letters, numbers, and hyphens. It shows up with the domain name in an email\u2019s DKIM signature header.<\/b><\/p>\n<p><span>Let\u2019s break it down:<\/span><\/p>\n<ul>\n<li><span>A DKIM selector\u2019s major purpose is to <\/span><b>help recipient mail servers locate the right DKIM public key from DNS records of the sending domain.<\/b><\/li>\n<li><span>The DKIM signature of the receiving email is then validated using this key, therefore attesting to its validity and integrity.\u00a0<\/span><\/li>\n<li><span>Selectors permit key rotation and the use of different keys for different email sources inside the same domain by letting several DKIM keys for a single domain.<\/span><\/li>\n<\/ul>\n<p><span>DKIM selectors basically simplify the email authentication process. It does this by guaranteeing that the correct key is used to validate every message\u2014preserving the security and credibility of email exchanges. Without a properly configured DKIM selector, email authentication can fail. This will then lead to increased spam filtering and reduced deliverability.<\/span><\/p>\n<h2>Why are DKIM selectors important?<br \/>\n<\/h2>\n<h3>Key management<br \/>\n<\/h3>\n<p><span>Domain owners can<\/span><b> manage multiple keys for a single domain.<\/b><span> This flexibility is helpful for large organizations or those with complex email infrastructures.<\/span><\/p>\n<h3>Key rotation<br \/>\n<\/h3>\n<p><span>Selectors enable <\/span><b>smooth key rotation practices.<\/b><span> Domain owners can introduce new keys while phasing out old ones without disrupting email service..<\/span><\/p>\n<h3>Granular control<br \/>\n<\/h3>\n<p><span>Different selectors can be used for various email sources within an organization. This granularity allows for better tracking and management of email authentication across different departments or services.<\/span><\/p>\n<h3>Troubleshooting<\/h3>\n<p><span>DKIM selectors make it easier to identify issues and problems when they arise.<\/span><\/p>\n<h3>Scalability and compatibility<br \/>\n<\/h3>\n<p><span>DKIM implementation can be scaled without needing major overhauls to the existing system.<\/span><\/p>\n<h3>Security enhancement<br \/>\n<\/h3>\n<p>Selectors allow for backward compatibility when updating DKIM keys or policies, ensuring that email delivery remains smooth during transitions.<\/p>\n<h2>How to find DKIM selectors?<br \/>\n<\/h2>\n<h3>1. Check the DKIM signature in the email header<br \/>\n<\/h3>\n<ul>\n<li><span>Open a received email from your domain.<\/span><\/li>\n<li><span>View the full email headers (this option varies by email client).<\/span><\/li>\n<li><span>Look for the \u201cDKIM-Signature\u201d header.<\/span><\/li>\n<li><span>Go to \u201cView Source\u201d or \u201cShow Original\u201d then inspect the DKIM signature\u00a0<\/span><\/li>\n<\/ul>\n<h3>2. Identify the DKIM selector<br \/>\n<\/h3>\n<p><span>In the header, identify the DKIM selector. It\u2019s usually the \u201cs=\u201d parameter.<\/span><\/p>\n<p>In the example above, \u201cs=myselector\u201d indicates the DKIM selector used by the domain.<\/p>\n<h4>Example DKIM-Signature field in an email header:<\/p>\n<\/h4>\n<p><strong>DKIM-Signature:<\/strong><\/p>\n<blockquote>\n<p>v=1;<\/p>\n<p>a=rsa-sha256;<\/p>\n<p>d=mydomain.com;<\/p>\n<p>s=myselector;<\/p>\n<p>c=relaxed\/simple;<\/p>\n<p>q=dns\/txt;<\/p>\n<p>h=From:Date:Subject:Message-ID:To:Content-Type;<\/p>\n<p>bh=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX;<\/p>\n<p>b=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX<\/p>\n<\/blockquote>\n<p>In this example, \u201cmyselector\u201d is the DKIM selector used by the domain \u201cmydomain.com\u201d.<\/p>\n<h3>3. Use the &#8220;dig&#8221; command (Unix\/Linux)<br \/>\n<\/h3>\n<ul>\n<li><span>Open a terminal.<\/span><\/li>\n<li><span>Use the format: dig TXT [selector]._domainkey.[domain]<\/span><\/li>\n<\/ul>\n<p><span>Example:<\/span><span>$ dig TXT mailkey._domainkey.example.com<\/span><\/p>\n<h3>4. Use online DNS lookup tools<\/h3>\n<p><span>To find DKIM selectors using online DNS lookup tools, visit a reputable DNS lookup website such as MXToolbox or Google Admin Toolbox. Once on the site, enter the selector and domain in the specific format: [selector]._domainkey.[domain].<\/span><\/p>\n<p><span>Focus on the TXT records displayed in the output, because they will have the DKIM information you\u2019re seeking. The TXT record should include details about the DKIM configuration, including the public key and other relevant parameters.<\/span><\/p>\n<h3>5. Check your email service provider&#8217;s settings<br \/>\n<\/h3>\n<ol>\n<li><span>Log into your email service provider\u2019s admin panel.<\/span><\/li>\n<li><span>Navigate to the DKIM or authentication settings.<\/span><\/li>\n<li><span>Look for the configured selector or DKIM key information.<\/span><\/li>\n<\/ol>\n<h3>6. Use DKIM checker tools<\/h3>\n<p><span>Using Warmy.io\u2019s free email deliverability test is an effective way to check your DKIM configuration. This tool provides a comprehensive analysis of your email authentication setup. To use it,<\/span><a href=\"https:\/\/www.warmy.io\/free-tools\/email-deliverability-test\" target=\"_blank\" rel=\"noopener noreferrer\"><span> visit the free email deliverability test page.<\/span><\/a><\/p>\n<p><span>The tool will perform a series of checks on your domain\u2019s email configuration, including DKIM verification. Once the test is complete, Warmy.io will display a detailed report of your email authentication status\u2014yes, including your DKIM.<\/span><\/p>\n<p><span>You won\u2019t need to manually sift through DNS records or email headers. It automatically detects and displays your DKIM configuration, so it is easy to verify your setup. Warmy.io\u2019s test also provides insights into other aspects of email deliverability.<\/span><\/p>\n<h3>7. Consult your IT department or email administrator<\/h3>\n<p><span>If you\u2019re in a large organization, your IT team likely manages these settings. Ask them for the DKIM selector information for your domain.<\/span><\/p>\n<h2>DKIM selectors for popular email providers<br \/>\n<\/h2>\n<h3>Gmail DKIM selector<\/h3>\n<p><span>Gmail typically uses a selector that starts with \u201cgoogle\u201d followed by a string of characters. For example:<\/span><\/p>\n<ul>\n<li><span>google1234567<\/span><\/li>\n<li><span>google20161025<\/span><\/li>\n<\/ul>\n<p><span>To check a Gmail DKIM selector, you might look for a DNS record like: google1234567._domainkey.yourdomain.com<\/span><\/p>\n<h3>Outlook DKIM selector<\/h3>\n<p><span>Microsoft usually uses selectors that start with \u201cselector1\u201d or \u201cselector2\u201d for Outlook and Office 365. Examples include:<\/span><\/p>\n<ul>\n<li><span>selector1<\/span><\/li>\n<li><span>selector2-outlook-com<\/span><\/li>\n<\/ul>\n<p><span>A DNS lookup for an Outlook DKIM selector might look like: selector1._domainkey.yourdomain.com<\/span><\/p>\n<h3>Yahoo! DKIM selector<br \/>\n<\/h3>\n<p><span>Yahoo tends to use more straightforward selectors, often just named \u201cdefault\u201d or a simple string. Examples include:<\/span><\/p>\n<ul>\n<li><span>default<\/span><\/li>\n<li><span>s1024<\/span><\/li>\n<li><span>s2048<\/span><\/li>\n<\/ul>\n<p>\u00a0<\/p>\n<p><span>To verify a Yahoo DKIM selector, you might check: default._domainkey.yourdomain.com<\/span><\/p>\n<p><span>Important note. These are general examples, and the actual selectors can vary depending on specific configurations or custom setups.\u00a0<\/span><\/p>\n<p><span>Some businesses using these email providers may want to customize their selectors. To be safe, always refer to your specific email configuration or consult with your email service provider for the most accurate information about your DKIM selectors.<\/span><\/p>\n<h2>The role of DKIM selectors in email deliverability<br \/>\n<\/h2>\n<ul>\n<li><b>Reduces the risk of spoofing and phishing attacks<\/b><span>. <\/span><span>A strong DKIM setup prevents cybercriminals from spoofing your domain. This reduces the risk of phishing emails pretending to be from your company.<\/span><\/li>\n<li><b>Improves inbox placement by enhancing trust with ISPs<\/b><span>Email providers use DKIM authentication to signal if an email should go to the inbox or be filtered as spam. A properly configured DKIM selector ensures smooth authentication, improving email deliverability rates.<\/span><\/li>\n<li><b>Supports multiple email streams without conflict<\/b><span>If your business uses multiple email services (e.g., one for marketing emails and another for transactional emails), DKIM selectors allow you to generate separate authentication keys for each service. This avoids conflicts and enhances security.<\/span><\/li>\n<\/ul>\n<p><span>Suffice to say, DKIM selectors play an important role in the email deliverability process. Businesses and individuals aiming to improve their deliverability should not ignore the importance and contribution of DKIM.<\/span><\/p>\n<h2>Enhancing email deliverability: the role of email warmup tools<br \/>\n<\/h2>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"dashboard\" height=\"600\" src=\"https:\/\/warmy-blog-wordpress-bucket.s3.amazonaws.com\/wp-content\/uploads\/2024\/03\/11093816\/dashboard-1024x768.png\" width=\"800\" title=\"\"><\/p>\n<p><span>Email warmup tools are widely recommended by experts in the industry as a means to\u2002achieve significant improvements to email deliverability. <\/span><a href=\"https:\/\/warmy.io\" rel=\"noopener\" target=\"_blank\" rel=\"noopener noreferrer\"><span>Warmy.io<\/span><\/a><span>, for example, is critical to your sender reputation\u2014which is how you establish a positive image with email service providers and recipients.\u00a0<\/span><\/p>\n<p><span>Email warmup tools are used\u2002to gradually increase your email sending volume and simulate natural email interactions. This process is to make your\u2002domain as credible and authenticated to email service providers as possible. Warmy. io is an advanced warmup tool that streamlines this, maximising your email deliverability and\u2002engagement rates.<\/span><\/p>\n<p><span>Moreover, proper email authentication is a cornerstone of good deliverability. In this regard, Warmy.io goes beyond just warmup services. The free <\/span><a href=\"https:\/\/www.warmy.io\/free-tools\/spf-generator\" target=\"_blank\" rel=\"noopener noreferrer\"><span>SPF<\/span><\/a><span> and <\/span><a href=\"https:\/\/www.warmy.io\/free-tools\/dmarc-generator\" target=\"_blank\" rel=\"noopener noreferrer\"><span>DMARC<\/span><\/a><span> Record Generators are valuable resources for businesses looking to strengthen their email authentication setup.\u00a0<\/span><\/p>\n<p><span>SPF and DKIM selectors are fundamental records that play a key role in ensuring the authenticity of your emails and safeguarding your domain against spoofing attacks.\u00a0<\/span><\/p>\n<h2>Integrating DKIM and email warmup for enhanced email deliverability<br \/>\n<\/h2>\n<p><span>While DKIM plays a pivotal role in authenticating emails, email warmup is essential in establishing and nurturing a positive sender reputation. However, emails sent without proper authentication using DKIM, SPF, and DMARC can still end up in the spam folder, even\u2002if the email domain has been warmed.\u00a0<\/span><\/p>\n<p><span>With these two elements combined, businesses can drive the best performance in their emails by ensuring that:<\/span><\/p>\n<ul>\n<li><span>Emails are verified with DKIM signatures which proves authenticity to email providers.<\/span><\/li>\n<li><span>Sender reputation is gradually built through warmup, reducing the likelihood of emails being flagged as spam.<\/span><\/li>\n<li><span>Inbox placement rates improve over time, leading to higher open rates, engagement, and conversions.<\/span><\/li>\n<\/ul>\n<p><span>Warmy.io automates email warmup, reputation management, and authentication monitoring. With Warmy, your emails are not only warmed up properly but also authenticated with DKIM, SPF, and DMARC to avoid spam filters and improve inbox placement.<\/span> <span>Experience the benefits yourself when you <\/span><a href=\"https:\/\/app.warmy.io\/signup\" rel=\"noopener\" target=\"_blank\" rel=\"noopener noreferrer\"><span>sign up for a free trial today<\/span><\/a><span>.<\/span><\/p>\n<p><strong>\ud83d\udcdc Related articles:<\/strong><\/p>\n<ul>\n<li><a href=\"https:\/\/www.warmy.io\/blog\/why-do-you-need-to-configure-spf-dkim-dmarc-and-how-to-set-them\" target=\"_blank\" rel=\"noopener noreferrer\"><span>Why Do You Need to Configure SPF, DKIM, DMARC and How To Set Them<\/span><\/a><\/li>\n<li><a href=\"https:\/\/www.warmy.io\/blog\/a-guide-to-implementing-dkim-in-office-365-for-custom-domains\" target=\"_blank\" rel=\"noopener noreferrer\"><span>A Guide to Implementing DKIM in Office 365 for Custom Domains<\/span><\/a><\/li>\n<li><a href=\"https:\/\/www.warmy.io\/blog\/the-benefits-of-sendgrid-spf-record-and-sendgrid-dkim-record\" target=\"_blank\" rel=\"noopener noreferrer\"><span>The benefits of SendGrid SPF Record and SendGrid DKIM Record<\/span><\/a><\/li>\n<\/ul>\n<h2>FAQ<\/h2>\n<p><strong>What is a DKIM selector?<\/strong><\/p>\n<p>A DKIM selector is a string used in the DKIM (DomainKeys Identified Mail) signature to identify which public key to use for email verification. It helps the recipient\u2019s mail server locate the correct DKIM public key from DNS records and validate the email\u2019s authenticity.<\/p>\n<p><strong>How can I find my DKIM selector?<\/strong><\/p>\n<p>To find your DKIM selector, you can:<\/p>\n<ul>\n<li>\n<p>Check the email header for the \u201cDKIM-Signature\u201d field and look for the \u201cs=\u201d parameter (e.g., s=myselector).<\/p>\n<\/li>\n<li>\n<p>Use the \u201cdig\u201d command on Unix\/Linux to query the DNS records (e.g., dig TXT mailkey._domainkey.example.com).<\/p>\n<\/li>\n<li>\n<p>Use DNS lookup tools like MXToolbox or Google Admin Toolbox.<\/p>\n<\/li>\n<li>\n<p>Check with your email service provider to find the correct DKIM selector.<\/p>\n<\/li>\n<\/ul>\n<p><strong>Why is the DKIM selector important for email deliverability?<\/strong><\/p>\n<p>The DKIM selector ensures that the right key is used to authenticate your email. Properly configured selectors prevent emails from being flagged as spam, improve inbox placement, and protect your domain from spoofing and phishing attacks, ultimately boosting your email deliverability.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Modern email marketing and communication depend on email authentication in great part.\u00a0 DomainKeys Identified Mail (DKIM) helps users confirm whether an email is legitimate or not. DKIM selectors, on the other hand, enable recipients to choose which public key to use for email verification of the DKIM signature. What is the DKIM selector? DKIM selector [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":4357,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[104],"tags":[],"class_list":["post-3571","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-email-deliverability"],"acf":[],"lang":"en","translations":{"en":3571},"pll_sync_post":[],"_links":{"self":[{"href":"https:\/\/www.warmy.io\/blog\/wp-json\/wp\/v2\/posts\/3571","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.warmy.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.warmy.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.warmy.io\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.warmy.io\/blog\/wp-json\/wp\/v2\/comments?post=3571"}],"version-history":[{"count":0,"href":"https:\/\/www.warmy.io\/blog\/wp-json\/wp\/v2\/posts\/3571\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.warmy.io\/blog\/wp-json\/wp\/v2\/media\/4357"}],"wp:attachment":[{"href":"https:\/\/www.warmy.io\/blog\/wp-json\/wp\/v2\/media?parent=3571"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.warmy.io\/blog\/wp-json\/wp\/v2\/categories?post=3571"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.warmy.io\/blog\/wp-json\/wp\/v2\/tags?post=3571"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}