Contents

Chapter 1

Features

This chapter covers the core features and capabilities of DKIM Validator.

Features

  • DNS record checking — Validates DKIM TXT records for any domain + selector
  • Multi-selector scanning — Probes 15 common selectors (Google, Microsoft 365, Mandrill, etc.)
  • DKIM header parsing — Extracts and explains all tags from DKIM-Signature headers
  • DNS record template generation — Creates ready-to-paste TXT records for new domains
  • Key size validation — Warns on weak keys (< 1024 bits)
  • Tag descriptions — Human-readable explanations of every DKIM tag (v, a, b, bh, c, d, h, s, etc.)
  • JSON output — Machine-readable results for CI/CD integration

Requirements

  • Python 3.10+
  • No external dependencies (stdlib only)
Chapter 2

Quick Start

Follow this guide to get DKIM Validator up and running in your environment.

Quick Start

bash
# Check DKIM for a domain with default selector
python src/dkim_validator.py check example.com

# Check with a specific selector
python src/dkim_validator.py check example.com --selector google

# Scan for all DKIM selectors on a domain
python src/dkim_validator.py scan example.com

# Generate a DKIM DNS record template
python src/dkim_validator.py generate --domain example.com --selector default

# Parse a DKIM-Signature header from an email
python src/dkim_validator.py parse-header --file examples/sample_dkim_header.txt

Common Selectors Scanned

The scan command checks these selectors automatically:

SelectorProvider
selector1, selector2Microsoft 365
google, google2048Google Workspace
default, dkim, mailCommon custom
s1, s2Generic
k1, k2, k3Various ESPs
mandrill, mxvaultESP-specific
Chapter 3
🔒 Available in full product

DKIM Tag Reference

Chapter 4
🔒 Available in full product

License

You’ve reached the end of the free preview

Get the full DKIM Validator and unlock everything.

All Chapters

Get the complete guide with every chapter unlocked, including code samples, diagrams, and best practices.

Full Tool Suite

Access all interactive tools with complete data, all workload profiles, and the full scenario library.

Source Files

Downloadable source code, configuration files, and working examples from every chapter.

Lifetime Updates

Free updates for life. Every new chapter, tool, and improvement included.

Buy Now — $19 →
📦 Free sample included — download another copy for the full product.
DKIM Validator v1.0.0 — Free Preview