Documentation
Learn how to configure email authentication for your domains
Getting Started
Quick setup guide for new users
- Add your domain in the Domains section
- Copy the DNS records to your DNS provider
- Click Verify to confirm your setup
- Monitor reports as they arrive
DMARC
Domain-based Message Authentication
DMARC tells receiving servers what to do with emails that fail SPF/DKIM checks.
Policies:
none- Monitor onlyquarantine- Mark as spamreject- Block entirely
SPF
Sender Policy Framework
SPF specifies which mail servers are authorized to send email for your domain.
Add a TXT record to your domain with the SPF value provided in your domain settings.
DKIM
DomainKeys Identified Mail
DKIM adds a digital signature to your emails, proving they haven't been tampered with.
Add the CNAME record to enable DKIM signing through Authex.
MTA-STS
Mail Transfer Agent Strict Transport Security
MTA-STS enforces TLS encryption for incoming email connections.
Modes:
testing- Report failures onlyenforce- Require TLS
TLS-RPT
TLS Reporting
TLS-RPT provides reports about TLS connection failures to your domain.
Add the TXT record to receive daily reports from sending servers.