mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
83afee21dc
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
12 lines
353 B
Plaintext
12 lines
353 B
Plaintext
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
|