How to Add a DMARC Record in Hover
Step-by-step guide to adding a DMARC TXT record in Hover's DNS management panel.
Hover is known for its simple, no-upsell interface, and adding a DMARC record there is just as straightforward. This guide walks through adding a DMARC TXT record to a domain managed at Hover so your domain is protected against spoofing.
Why You Need DMARC
Without DMARC, receiving mail servers have no instructions about what to do with email that fails SPF or DKIM. Attackers can exploit that gap by impersonating your domain in phishing mail. DMARC closes the gap and provides aggregate reports that reveal every service sending mail as you.
Use the DMARC checker below to confirm whether your domain already has a record before adding a new one.
Prerequisites
- A Hover account with access to the domain
- SPF and DKIM already configured (recommended)
- A mailbox to receive reports
Need help generating the record? dmarccreator.com builds a valid DMARC record from a simple form.
Step 1: Open DNS Settings
- Log in to your Hover account
- From the Your Domains list, click the domain you want to edit
- Click the DNS tab
You will see your current DNS records.
Step 2: Add the DMARC TXT Record
- Click Add A Record
- Fill in the fields
| Field | Value |
|---|---|
| Type | TXT |
| Hostname | `_dmarc` |
| TTL | 15 min |
| Target Host | `v=DMARC1; p=none; rua=mailto:[email protected]` |
Important notes:
- Enter only
_dmarcas the hostname; Hover appends your domain - No quotes around the value
- Use a real mailbox in the
ruatag
Click Save
Click Save to publish the record.
Hover DNS is quick
Hover usually publishes DNS changes within a few minutes, so you can verify without a long wait.
Step 3: Verify the Record
Example DMARC Records
Monitoring Only (Start Here)
v=DMARC1; p=none; rua=mailto:[email protected]
Quarantine Policy
v=DMARC1; p=quarantine; rua=mailto:[email protected]
Reject Policy
v=DMARC1; p=reject; rua=mailto:[email protected]
Editing an Existing Record
- Find the
_dmarcTXT row in the DNS tab - Click the Edit icon
- Update the Target Host value
- Click Save
Common Mistakes
Entering the Full Hostname
Only _dmarc goes in the hostname field. Hover appends the rest automatically.
Multiple DMARC Records
DMARC requires exactly one record per domain. Delete duplicates before saving new ones.
Wrong rua Format
The rua tag must start with mailto:. A plain email address is invalid.
DNS Not Managed at Hover
If you use custom nameservers, changes in Hover's DNS tab are ignored. Check the nameservers for the domain first.
What To Do After Publishing
p=none is observation only. The real protection comes from moving to enforcement:
- Collect reports for 2-4 weeks
- Fix any senders failing SPF or DKIM alignment
- Move to
p=quarantine - Advance to
p=reject
Our complete DMARC guide walks through the full rollout step by step.
Complete Checklist
- [ ] Opened Hover DNS settings
- [ ] Added a TXT record with hostname
_dmarc - [ ] Used a valid
mailto:rua address - [ ] Saved the record
- [ ] Verified with the DMARC checker
Monitor Your DMARC Records
Checking once is good. Monitoring continuously is better. The Email Deliverability Suite watches your SPF, DKIM, DMARC, and MX records daily and alerts you when something breaks.
Never miss a DMARC issue
Monitor your SPF, DKIM, DMARC and MX records daily. Get alerts when something breaks.
Start Monitoring