Documentation
Sign inGet started

bird email tools

Usage

Przykład kodu
bird email tools

Description

Audit, validate, and analyze email authentication from the command line.
audit resolves a domain's live DMARC/SPF/DKIM/BIMI/MX records and reports what to fix; validate-dmarc and validate-bimi parse a single record offline; split-dns-record chunks a long TXT value into the DNS-safe parts a zone file needs; analyze-headers reads a raw message's headers; analyze-dmarc-report summarizes an aggregate report. Only audit touches the network (DNS resolution); none require authentication, so these tools never touch a workspace.

Commands

NameDescription
analyze-dmarc-reportAnalyze a DMARC aggregate report
analyze-headersAnalyze raw email headers
auditAudit a domain's email authentication
split-dns-recordSplit a long DNS TXT value into 255-octet chunks
validate-bimiValidate a BIMI record
validate-dmarcValidate a DMARC record