🔑 DKIM Checker
⚡ Output
ℹ️ About DKIM Checker
The DKIM Checker is a diagnostic tool used to retrieve and verify the public cryptographic key associated with a domain's email signature. DomainKeys Identified Mail (DKIM) adds a digital signature to every email you send. This signature allows the receiving server to verify that the email was indeed authorized by the owner of that domain and that the content has not been tampered with during transit.
Unlike SPF, DKIM requires a 'selector'—a specific string used to locate the public key in your DNS records. This allows organizations to use multiple keys for different services or departments. This tool helps you confirm that your public key is correctly published and accessible to external mail servers, which is essential for passing DMARC checks and maintaining high sender reputation.
📖 How to use DKIM Checker
- 1. Enter the domain name you are checking.
- 2. Enter the DKIM 'Selector.' You can find this in the headers of an email sent from your server (look for the <code>s=</code> tag in the <code>DKIM-Signature</code>).
- 3. Click 'Run Tool' to query the DNS for the public key.
- 4. Verify that the returned <code>p=</code> string matches the public key provided by your mail service.
❓ Frequently Asked Questions
What is a DKIM Selector?
A selector is a unique identifier used to distinguish between different DKIM keys. It is part of the DNS record path: <code>selector._domainkey.example.com</code>.
Why is my DKIM check failing?
Failures are usually caused by an incorrect selector name, a typo in the DNS record, or DNS propagation delays after a recent update.
Where can I find my selector?
The easiest way is to send a test email to yourself and inspect the 'DKIM-Signature' header. The <code>s=</code> value is your selector.
🔗 Related Email Tools
Email Validator
Verify the format and domain mail servers (MX) of an email address.
MX Record Lookup
Find the Mail Exchange (MX) records for a domain.
SPF Record Checker
Check if a domain has a valid Sender Policy Framework (SPF) record.
DMARC Checker
Lookup a domain's Domain-based Message Authentication, Reporting, and Conformance (DMARC) record.
Email Header Analyzer
Paste raw email headers to analyze the sender, route, and authentication details.
SMTP Tester
Check if an SMTP mail server is reachable and accepting connections.