Simple online tools for developers, networking, text and conversions.

Network Tools

DKIM Record Checker

Check a DKIM TXT record for a selector and domain.

Tool

Use this DKIM Record Checker to look up a DKIM DNS record using a selector and domain. It is useful for email authentication setup, DNS validation, and troubleshooting outgoing mail signing.

About this tool

Use this DKIM Record Checker to look up a DKIM DNS record using a selector and domain. It is useful for email authentication setup, DNS validation, and troubleshooting outgoing mail signing.

Use dkim record checker when you need a fast browser-based result without extra setup. It works well for quick checks, one-off tasks, and routine formatting or calculation work.

Learn more

Why use this tool

How to use

  1. Enter the selector on the first line.
  2. Enter the domain on the second line.
  3. Run the tool to query the DKIM DNS record.
  4. Review the returned TXT value or no-record result.

Examples

Example

Input

default
example.com

Output

Host: default._domainkey.example.com
DKIM Found: Yes
Record: v=DKIM1; k=rsa; p=...

Checks the DKIM record for the selector and domain pair.

Example

Input

google
example.com

Output

Host: google._domainkey.example.com
DKIM Found: No

Useful when verifying whether a selector exists.

Common errors

Only a domain is entered without a selector.

Fix: Enter selector on the first line and domain on the second line.

Users paste a full DKIM-Signature header.

Fix: Extract the selector and domain first, then run the DNS check.

The wrong selector is used.

Fix: Confirm the selector from your mail provider or DKIM-Signature header.

FAQ

What input does this tool need?

It needs a DKIM selector and a domain.

What host does DKIM use in DNS?

It usually checks selector._domainkey.example.com.

What does a DKIM record look like?

It often starts with v=DKIM1 and includes a public key value.

Why is DKIM useful?

DKIM helps receiving mail systems verify that a message was signed by an authorized sender.

What if no DKIM record is found?

The tool will show that the selector and domain combination did not return a DKIM TXT record.

Use cases

Related tools