discover_dkim
Verify a domain's DKIM configuration: without a selector, tests 50 common selectors; with one, performs an exact lookup. Outputs discovery method, coverage note, key tags, strength, and warnings.
Instructions
Read-only DKIM check for a domain. Without selector, heuristically queries 50 common selectors and explicitly reports that a miss is inconclusive because DKIM has no enumeration protocol. With selector, performs one authoritative exact lookup for a selector obtained from a DKIM-Signature header or mail provider. Returns discovery method, coverage note, parsed key tags, public-key strength, and warnings. Use exact mode whenever the selector is known; use check_email_security for the broader SPF/DKIM/DMARC overview. No auth or destructive actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name only, e.g. example.com (no URL, path, or port) | |
| selector | No | Optional exact DKIM selector, e.g. selector1 or google |