How to Add a DMARC Record in OVH
Step-by-step guide to adding a DMARC TXT record in OVHcloud's DNS Zone editor.
OVHcloud (OVH) manages millions of domains across Europe and beyond. If yours is one of them, adding a DMARC record takes only a few minutes through the OVH control panel. This guide walks through every step.
Why You Need DMARC
Without a DMARC record, attackers can send phishing emails that appear to come from your domain and you have no visibility into it. DMARC tells mail providers how to handle messages that fail authentication and delivers aggregate reports showing every sender using your name.
Use the free DMARC record checker further down this page to confirm whether you already have a record before making changes.
Prerequisites
- An OVHcloud account with access to the domain
- SPF and DKIM already set up (recommended)
- A mailbox to receive aggregate reports
dmarccreator.com can generate a DMARC record for you if you need help building one.
Step 1: Open the DNS Zone
- Log in to the OVHcloud Control Panel
- Click Web Cloud in the top menu
- Expand Domain names in the left sidebar and click your domain
- Click the DNS Zone tab
You will see the current DNS records.
Step 2: Add the DMARC TXT Record
- Click Add an entry in the top right
- Choose TXT
- Click Next
- Fill in the fields
| Field | Value |
|---|---|
| Sub-domain | `_dmarc` |
| TTL | Default |
| Value | `"v=DMARC1; p=none; rua=mailto:[email protected]"` |
Important notes:
- Enter only
_dmarcas the sub-domain; OVH appends your domain - OVH expects the value wrapped in double quotes
- Use a mailbox you actually check for the
ruatag
Click Confirm
Click Next and then Confirm to save the record.
OVH requires quotes
OVH's DNS zone stores TXT values exactly as entered. Wrap the entire DMARC value in double quotes or the record will be saved incorrectly.
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
- Locate the
_dmarcTXT record in the zone - Click the three-dot menu on the right and choose Modify entry
- Update the value (keep the quotes)
- Click Next and then Confirm
Common Mistakes
Forgetting the Quotes
OVH does not add quotes automatically. If they are missing, the record may be stored incorrectly.
Typing the Full Domain
Entering _dmarc.yourdomain.com in the sub-domain field creates an invalid name. Use only _dmarc.
Using a DNS Zone That Does Not Match Nameservers
If your domain's nameservers point elsewhere, edits in OVH have no effect. Check the General information tab to confirm.
Multiple DMARC Records
DMARC requires exactly one record. Delete any duplicates.
What To Do After Publishing
Publishing with p=none is observation only. To actually block spoofing:
- Collect reports for 2-4 weeks
- Fix any senders failing SPF or DKIM alignment
- Move to
p=quarantine - Advance to
p=reject
See the complete DMARC guide for the full rollout.
Complete Checklist
- [ ] Opened the OVH DNS Zone
- [ ] Added a TXT record with sub-domain
_dmarc - [ ] Wrapped the value in double quotes
- [ ] Saved and 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