Documentation
Sign inGet started

bird email tools audit

Usage

Przykład kodu
bird email tools audit [flags]

Description

Audit a domain's email-authentication setup. Resolves the domain's live DMARC, SPF, DKIM, BIMI, and MX records, validates each, checks how they work together (whether SPF or DKIM can produce a DMARC-aligned pass, whether DMARC is only monitoring, whether SPF exceeds the 10-lookup limit), and returns severity-tagged findings plus prioritized recommendations. Use this to answer "is my email set up correctly?" or "why might my mail land in spam?" for a domain. DKIM needs a selector — selectors cannot be discovered from DNS, so pass the selector parameter when you know it; otherwise the DKIM check reports it as unknown. Resolution is live DNS only — no message is sent. Public — no authentication required.

Examples

Przykład kodu
bird email tools audit <domain>

Options

NameDescription
--response-schemaPrint the fields this command returns, then exit
--selectorThe DKIM selector to check (the label before ._domainkey). DKIM selectors cannot be discovered from DNS; omit it and the DKIM check reports the selector as unknown.
NameDescription
bird email tools analyze-dmarc-reportAnalyze a DMARC aggregate report
bird email tools analyze-headersAnalyze raw email headers
bird email tools split-dns-recordSplit a long DNS TXT value into 255-octet chunks
bird email tools validate-bimiValidate a BIMI record
bird email tools validate-dmarcValidate a DMARC record