mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
checkdmarc is a Python module and command line utility for validating SPF and DMARC DNS records. Features: - API and CLI - Can test multiple domains at once - CLI output in JSON or CSV format - Parses and validates MX, SPF, and DMARC records - Checks for DNSSEC deployment - Lists name servers - Checks for STARTTLS and TLS support on each mail server
11 lines
353 B
Text
11 lines
353 B
Text
checkdmarc is a Python module and command line utility for validating SPF and
|
|
DMARC DNS records.
|
|
|
|
Features:
|
|
- API and CLI
|
|
- Can test multiple domains at once
|
|
- CLI output in JSON or CSV format
|
|
- Parses and validates MX, SPF, and DMARC records
|
|
- Checks for DNSSEC deployment
|
|
- Lists name servers
|
|
- Checks for STARTTLS and TLS support on each mail server
|