How to create a DMARC record
In this article, you will learn how to create a DMARC record utilizing a DMARC policy application of "none". Adding a DMARC record ensures that all legitimate emails sent from your domain are successfully authenticated by receiving servers (such as Gmail, Outlook, or Yahoo).
What you will need:
- A custom email address and an owned domain name
- Direct access to your hosting provider's DNS management settings
To begin adding a DMARC record, log in to your domain registrar or hosting provider's main dashboard and navigate directly to your domain's DNS settings zone.
Create the DNS entry
Create the required DNS entry by strictly following these formatting steps:
_dmarc.Depending entirely on your specific provider's layout interface, your domain name may be automatically appended to the name you enter, resulting in an output like
_dmarc.yourdomain.com.If your hosting provider does not automatically add the domain name at the end, you must manually enter the full string
_dmarc.yourdomain.com into the name field instead of just _dmarc.v=DMARC1; p=none; rua=mailto:youraddress@yourdomain.comExample application: If your active email address is example@example.com, you need to add the exact value
v=DMARC1; p=none; rua=mailto:example@example.com.Understanding DMARC Reports and Verification
rua=mailto: variable part of the record.To prevent flooding your primary business inbox, we highly recommend creating a dedicated, separate email address (e.g., dmarc-reports@yourdomain.com) specifically configured to receive these notifications.
If you need further technical assistance translating failures from your DMARC reports, you can contact our customer support team.
Verify your DNS Propagation
Once you have saved the DMARC record inside your host, you must verify that the wider internet recognizes it. You can seamlessly verify that it has propagated correctly by utilizing an external checker tool.
Visit https://mxtoolbox.com/dmarc.aspx, type your naked domain name into the search bar, and click DMARC Lookup. The website will ping your domain servers and cleanly display a list of your visible DNS records, confirming whether your new DMARC policy is successfully active and formatted correctly.

