DMARC records

DMARC (Domain-based Message Authentication, Reporting, and Conformance) is a DNS record that is used for mail services to apply policies to mail and where to report how those policies have been applied.  

A simple DMARC record that covers most requirements would be:

v=DMARC1; p=none;

This basically applies no policies and no reporting to your domain's mail.

To apply a DMARC record to your domain, you would create a new TXT record via the DNS configuration page within your hosting control panel with the following values:

  • Name: _dmarc
  • Type: TXT
  • TTL: 3600
  • Value: v=DMARC1; p=none;

The reporting part of DMARC allows you to receive how mail is treated at different services.  This helps, mainly, with detecting if the domain is being spoofed by spammers.   Please contact us about DMARC reporting options.   Without reporting, the simple DMARC record is all you should use.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Maia / Mailstrainer / Mail guard

You may have received an email from "maia / mailstrainer" regarding a login or mail deliver /...

My Account is suspended?

If your sites are showing a page saying it is suspended or under maintenance, it may have been...

Register or transfer a domain with us

The first step to your Internet / web site is to register a domain with the Internet. ...

Setup, Using, and Disabling of Two Factor Authentication

Two factor authentication helps to secure your account in the event that your password is...

Thunderbird 78+ TLS Connection Errors

Thunderbird 78+ requires TLS 1.2 by default.  Most of our mail servers support this out of the...