Mail Domain Check

Exact live DNS lookup

DKIM selector checker

Query the exact selector used by a sender and inspect safe key metadata without exposing the public-key material in the free result.

Live DNS check

INPUT

Signing identity

The domain and selector are sent to this service for a public DNS check. Free analytics retain an irreversible domain hash and aggregate metrics, not the raw values.

No selector yet? Extract d= and s= from a real message header locally.

RESULT

Selector key

No selector checked

Use the exact d= domain and s= selector from a DKIM-Signature header or the sender's DNS setup instructions.

Verification model

A selector turns DKIM into an exact DNS question

Lookups=._domainkey.d=

The selector and signing domain form one exact TXT hostname. Guessing common selector names cannot prove that DKIM is absent.

Key statep= published or empty

A non-empty p= carries public-key data. An explicitly empty p= means the selector has been revoked.

AlgorithmsRSA or Ed25519 with SHA-256

Modern DKIM uses SHA-256. The key record can identify RSA or Ed25519 and can restrict allowed hash algorithms.

Primary references: RFC 6376 DKIM, RFC 8301 cryptographic updates, and RFC 8463 Ed25519-SHA256.