Return-Path and Envelope Sender Explained
The Return-Path header controls where bounce notifications go. Learn how it differs from the From address and why alignment matters for DMARC.
| Record Type | Name | Purpose |
|---|---|---|
| SPF (TXT) | yourdomain.com | Authorize sending IPs |
| DKIM (CNAME/TXT) | selector._domainkey | Cryptographic signature |
| DMARC (TXT) | _dmarc.yourdomain.com | Authentication policy |
| MX | yourdomain.com | Receive bounce emails |
| PTR | IP address | Reverse DNS |
Assuming you use Amazon SES in us-east-1:
; SPF — authorize SES to send for your domain
yourdomain.com. TXT "v=spf1 include:amazonses.com ~all"
; DKIM — three CNAME records from SES console
abc._domainkey.yourdomain.com. CNAME abc.dkim.amazonses.com.
def._domainkey.yourdomain.com. CNAME def.dkim.amazonses.com.
ghi._domainkey.yourdomain.com. CNAME ghi.dkim.amazonses.com.
; DMARC — start with monitoring
_dmarc.yourdomain.com. TXT "v=DMARC1; p=none; rua=mailto:dmarc-reports@yourdomain.com"
; MX — for bounce processing (optional, if receiving mail)
yourdomain.com. MX 10 inbound-smtp.us-east-1.amazonaws.com.
; MAIL FROM subdomain (recommended by SES)
mail.yourdomain.com. MX 10 feedback-smtp.us-east-1.amazonses.com.
mail.yourdomain.com. TXT "v=spf1 include:amazonses.com ~all"
# Check SPF
dig TXT yourdomain.com +short | grep spf
# Check DKIM
dig CNAME abc._domainkey.yourdomain.com +short
# Check DMARC
dig TXT _dmarc.yourdomain.com +short
# Check MX
dig MX yourdomain.com +short
# Full check with mxtoolbox
# https://mxtoolbox.com/SuperTool.aspx
v=spf1 per domainp=noneThe Return-Path header controls where bounce notifications go. Learn how it differs from the From address and why alignment matters for DMARC.
BIMI displays your brand logo next to emails in Gmail and Apple Mail. Learn the SVG requirements, VMC certificate, and the DNS TXT record format.
DNS changes don't take effect immediately. Understand TTL, caching, and how to verify propagation has completed worldwide.
DNS changes don't take effect immediately. Understand TTL, caching, and how to verify propagation has completed worldwide.
The Return-Path header controls where bounce notifications go. Learn how it differs from the From address and why alignment matters for DMARC.
Replace AcelleMail's default tracking domain with your own branded domain using a CNAME record and an SSL certificate.
BIMI displays your brand logo next to emails in Gmail and Apple Mail. Learn the SVG requirements, VMC certificate, and the DNS TXT record format.
AcelleMail is the self-hosted email marketing platform you control end-to-end.
View Pricing