This is a reference guide for configuring DMARC on GoDaddy. Use it while editing DNS or when troubleshooting deliverability.
Tip: Configure DMARC for GoDaddy in minutes. This guide keeps it practical and safe. Then verify everything with the InboxGreen Free Checker.
Provider-specific notes for GoDaddy
- GoDaddy's DNS editor uses @ for root records. When adding SPF, check for an existing v=spf1 record first - if one exists, edit it rather than adding a second one.
- GoDaddy propagation can be slow. Wait at least 30 minutes before verifying after a change, and use dig rather than GoDaddy's own checker.
- GoDaddy → My Products → Domains → DNS.
DMARC policy ladder
DMARC connects SPF and DKIM to the visible From domain. The safe approach is to start in monitoring, fix alignment issues, then gradually move to stricter policies.
| Stage | TXT value | When to use it |
|---|---|---|
| Monitor | v=DMARC1; p=none; rua=mailto:[email protected]; fo=1 |
Collect reports and understand who sends on your behalf. |
| Quarantine | v=DMARC1; p=quarantine; pct=25; rua=mailto:[email protected]; fo=1 |
Quarantine a portion of failing mail. Raise pct as confidence grows. |
| Reject | v=DMARC1; p=reject; pct=100; rua=mailto:[email protected]; fo=1 |
Full protection once alignment is good and monitored. |
Publish DMARC
- Create a
TXTrecord at host_dmarcwith your chosen value. - Make sure the
ruaaddress exists and can receive XML reports.
Verify and troubleshoot
dig TXT _dmarc.yourdomain.com +short nslookup -type=txt _dmarc.yourdomain.com
- Check that either SPF or DKIM aligns with the visible From domain.
- Debug failing sources before moving beyond
p=none.
Related for GoDaddy
Free Deliverability Scan
Check SPF, DKIM, DMARC and List-Unsubscribe for your domain in seconds.