# How to create a DMARC record? How to create a DMARC record? Once SFP and DKIM are in place, you configure DMARC by adding policies to your domain’s DNS records in the form of TXT records (just like with SPF or DKIM). The TXT record name should be “\_dmarc.your-domain.com.” where “yourdomain.com” is replaced with your actual domain name (or subdomain). Here are common tags used in DMARC TXT records:
**Tag name** | **Required** | **Purpose** | **Sample** |
v | required | Protocol version | v=DMARC1 |
p | required | Policy for domain | p=quarantine |
sp | optional | Requested handling policy for subdomains | sp=reject |
adkim | optional | Alignment mode for DKIM | adkim=s |
aspf | optional | Alignment mode for SPF | aspf=r |
pct | optional | % of messages subjected to filtering | pct=20 |
ruf | optional | Addresses to which message-specific forensic information is to be reported (comma-separated plain-text list of URIs). | ruf=mailto:authfail@your-domain.com |
rua | optional | Reporting URI of aggregate reports | rua=mailto:aggrep@your-domain.com |
fo | optional | Failure reporting format(s) | fo=0 |
ri | optional | Aggregate Reporting interval | ri=3600 |