{"id":16726,"date":"2023-08-08T09:00:42","date_gmt":"2023-08-08T06:00:42","guid":{"rendered":"https:\/\/snov.io\/knowledgebase\/?p=16726"},"modified":"2026-02-01T15:49:28","modified_gmt":"2026-02-01T12:49:28","slug":"set-up-dmarc-policy-for-your-domain","status":"publish","type":"post","link":"https:\/\/snov.io\/knowledgebase\/set-up-dmarc-policy-for-your-domain\/","title":{"rendered":"How to set up DMARC record for your domain"},"content":{"rendered":"<p>This tutorial explains the DMARC record and how to set it up in your domain settings to improve your domain's health and security.<\/p>\n<div class=\"notification-block tip\">\n<div class=\"notification-block__icon\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/snov.io\/knowledgebase\/wp-content\/themes\/knowledgebase\/assets\/img\/academicons_ideas-repec.svg\" alt=\"tip\" width=\"32\" height=\"32\" \/><\/div>\n<div class=\"notification-block__text\">\n<p>Before configuring DMARC, ensure that SPF and DKIM records are already set up and have been active for at least 48 hours.<\/p>\n<\/div>\n<\/div>\n<p><strong><a href=\"#explained\">DMARC record explained<\/a><\/strong><\/p>\n<p><strong><a href=\"#how_to_setup\">How to set up DMARC record<\/a><\/strong><\/p>\n<p><strong><a href=\"#check\">How to check DMARC record<\/a><\/strong><\/p>\n<p><strong><a href=\"#dns-settings-examples\" target=\"_blank\" rel=\"noopener\">DNS settings examples<\/a><\/strong><\/p>\n<p><strong><a href=\"#view-dmarc-reports\" target=\"_blank\" rel=\"noopener\">How to view DMARC reports<\/a><\/strong><\/p>\n<p>A DMARC record allows you to add an email authentication policy for your domain, specifying how receiving servers should handle emails that fail SPF and DKIM checks.<\/p>\n<div class=\"notification-block note\">\n<div class=\"notification-block__icon\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/snov.io\/knowledgebase\/wp-content\/themes\/knowledgebase\/assets\/img\/ph_circle-wavy-warning.svg\" alt=\"note\" width=\"32\" height=\"32\" \/><\/div>\n<div class=\"notification-block__text\">\n<div class=\"flex max-w-full flex-col flex-grow\">\n<div class=\"min-h-8 text-message flex w-full flex-col items-end gap-2 whitespace-normal break-words text-start [.text-message+&amp;]:mt-5\" dir=\"auto\" data-message-author-role=\"assistant\" data-message-id=\"e1e18060-ebda-4e64-8e23-1b75c17772be\" data-message-model-slug=\"gpt-4o\">\n<div class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[3px]\">\n<div class=\"markdown prose w-full break-words dark:prose-invert dark\">\n<p><strong>Why you should set up DMARC:<\/strong><\/p>\n<p><strong>1) <\/strong>It improves your domain health and protects against email spoofing<\/p>\n<p><strong>2) <\/strong>It lowers the risk of your emails being marked as spam or suspicious<\/p>\n<p><strong>3) <\/strong>Get aggregate reports on email authentication<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<h2 id=\"explained\"><strong>DMARC record explained<\/strong><\/h2>\n<p>Here's the basic DMARC record example:<\/p>\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">v=DMARC1; p=none; rua=mailto: dmarc-reports@yourdomain.com.<\/div>\n<\/div>\n<p><strong>DMARC policy:<\/strong> The part after <strong>\"p=\" <\/strong>is responsible for policy. This policy<strong>\u00a0<\/strong>specifies what will happen to emails that cannot pass SPF and DKIM checks. You can use the default policy <em>(p=none)<\/em>, or change it to (<em>p=quarantine)<\/em> or (<em>p=reject)<\/em> if you want stricter protection.<\/p>\n<p>There are three options for a DMARC policy:<\/p>\n<ol>\n<li><code><em>p=none<\/em><\/code> \u2192 This is a monitoring-only policy (not recommended). It allows all emails to be delivered, even if they fail the checks.<\/li>\n<li><code><em>p=quarantine<\/em><\/code>(recommended)<strong>\u2192 <\/strong>This policy tells email providers to mark emails that fail the checks as suspicious and send them to the spam folder. This helps protect your domain from spoofing while still allowing recipients to view these emails.<\/li>\n<li><em><code>p=reject<\/code><\/em> \u2192 This policy blocks all emails that fail DMARC checks, preventing them from reaching even the spam folder. It is the strictest setting, fully protecting your domain from unauthorized use, but it may sometimes result in legitimate emails being blocked.<\/li>\n<\/ol>\n<p><strong>DMARC reports:<\/strong><\/p>\n<p>The DMARC record includes the email address after <strong>\"rua=mailto:\"<\/strong>\u2014this is the special email address where aggregate reports are sent.<\/p>\n<p>Create a separate mailbox and it to your DMARC record if you want to receive them. These reports show email authentication statistics and help with potential security issues. These reports will be generated automatically and sent to this email address. (For more details, see the \"View DMARC reports\" section of this article.)<\/p>\n<h2 id=\"how_to_setup\"><strong>How to set up DMARC record<\/strong><\/h2>\n<p>DMARC is added as a record in your domain's DNS settings.<\/p>\n<h3><strong>Step 1: Create a new record in domain settings<\/strong><\/h3>\n<p>To add DMARC to your domain, create a new record in your domain's DNS settings.<\/p>\n<div class=\"intercom-interblocks-paragraph no-margin intercom-interblocks-align-left\">\n<p>To access domain settings, log in to your domain hosting account \u2014 the platform or service where you purchased your domain name.<\/p>\n<\/div>\n<p>Open DNS settings and find the option to create a new record.<\/p>\n<h3><strong>Step 2: Add DMARC parameters<\/strong><\/h3>\n<p>Your DMARC record should have the following parameters:<\/p>\n<ul>\n<li><strong>Record type:<\/strong> TXT (default). The DMARC record is added as a <strong>TXT record<\/strong> in the DNS settings.<\/li>\n<li><strong>Host\/Name: <\/strong>In this field, enter \"<em><code>_dmarc.userdomain.com\"<\/code><\/em> (<span style=\"font-weight: 400;\">Replace \"userdomain\" with your actual domain name address<\/span>). Some domain providers automatically add the domain name to this field, so entering just <em><code>_dmarc<\/code><\/em> might be enough.<\/li>\n<\/ul>\n<ul>\n<li><strong>Value\/Content:\u00a0<\/strong>In this field, enter the DMARC record value:<\/li>\n<\/ul>\n<p><strong>Default DMARC record:<\/strong><\/p>\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\n<p>v=DMARC1; p=none; rua=mailto:your-email@yourdomain.com. (Replace the email address after \"mailto:\" with the real address you created for reports.)<\/p>\n<\/div>\n<\/div>\n<p><strong>Recommended DMARC record:<\/strong><\/p>\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\n<p>v=DMARC1; p=quarantine; rua=mailto:your-email@yourdomain.com. (Replace the email address after \"mailto:\" with the real address you created for reports.)<\/p>\n<\/div>\n<\/div>\n<p>Save the record in your DNS settings and wait up to 48 hours for the changes to take effect.<\/p>\n<h2 id=\"dns-settings-examples\"><strong>DNS settings examples<\/strong><\/h2>\n<p>Below are a few examples of how to add a new DNS record for different providers:<\/p>\n<p><b>If your domain provider is <\/b><a href=\"https:\/\/www.namecheap.com\/support\/knowledgebase\/article.aspx\/10459\/2254\/video-how-to-add-an-spf-record-for-a-domain-in-your-namecheap-account\/\" target=\"_blank\" rel=\"nofollow noopener\">Namecheap<\/a>:<\/p>\n<ol role=\"list\">\n<li>Log in to your Namecheap account.<\/li>\n<li>Open <strong>Domain list <\/strong>menu and choose your domain.<\/li>\n<li>Click on the <strong>Manage<\/strong> button next to your domain.<\/li>\n<li>Go to the <strong>Advanced DNS<\/strong> tab from the top menu.<\/li>\n<li>Click\u00a0<strong>Add new record --&gt; <\/strong>choose <strong>TXT<\/strong> record.<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"wp-block-image shadow aligncenter wp-image-27324 size-full\" src=\"https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2022\/08\/namecheap-dkim.png\" alt=\"\" width=\"1033\" height=\"345\" srcset=\"https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2022\/08\/namecheap-dkim.png 1033w, https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2022\/08\/namecheap-dkim-300x100.png 300w, https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2022\/08\/namecheap-dkim-1024x342.png 1024w, https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2022\/08\/namecheap-dkim-768x256.png 768w\" sizes=\"(max-width: 1033px) 100vw, 1033px\" \/><\/p>\n<p><strong>If your domain provider is <\/strong><a href=\"https:\/\/developers.cloudflare.com\/dns\/manage-dns-records\/how-to\/create-dns-records\/\" target=\"_blank\" rel=\"nofollow noopener\">Cloudflare<\/a>:<\/p>\n<ol>\n<li>Log in to your <a class=\"DocsMarkdown--link\" href=\"https:\/\/dash.cloudflare.com\/login\" target=\"_blank\" rel=\"nofollow noopener\"><span class=\"DocsMarkdown--link-content\">Cloudflare account<\/span><\/a> and select your domain.<\/li>\n<li>Go to the\u00a0<strong>DNS\u00a0<\/strong>tab.<\/li>\n<li>Click\u00a0<strong>Add record --&gt; <\/strong>select <strong>TXT\u00a0<\/strong>type.<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-27352\" src=\"https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2023\/08\/CF-Add-Record-DMARC.png\" alt=\"\" width=\"999\" height=\"555\" srcset=\"https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2023\/08\/CF-Add-Record-DMARC.png 999w, https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2023\/08\/CF-Add-Record-DMARC-300x167.png 300w, https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2023\/08\/CF-Add-Record-DMARC-768x427.png 768w\" sizes=\"(max-width: 999px) 100vw, 999px\" \/><\/p>\n<p><b>If your domain provider is GoDaddy:<\/b><span style=\"font-weight: 400;\">\u00a0<\/span><\/p>\n<ol>\n<li>Log in to your <a href=\"https:\/\/www.godaddy.com\/\" target=\"_blank\" rel=\"nofollow noopener\">GoDaddy account<\/a>.<\/li>\n<li>Go to <strong>Domains <\/strong>page, select the domain and click <strong>Manage DNS<\/strong>.<\/li>\n<li>Click\u00a0<strong>Add record --&gt; <\/strong>select <strong>TXT\u00a0<\/strong>type.<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"wp-block-image shadow aligncenter wp-image-27038 \" src=\"https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2023\/08\/godaddy-dns-1.png\" alt=\"\" width=\"1005\" height=\"319\" srcset=\"https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2023\/08\/godaddy-dns-1.png 1140w, https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2023\/08\/godaddy-dns-1-300x95.png 300w, https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2023\/08\/godaddy-dns-1-1024x325.png 1024w, https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2023\/08\/godaddy-dns-1-768x244.png 768w\" sizes=\"(max-width: 1005px) 100vw, 1005px\" \/><\/p>\n<h2 id=\"check\"><b>How to check DMARC record<\/b><\/h2>\n<p>To ensure your DMARC record is correctly configured and has propagated in DNS, perform a quick test in your email account settings. To do it, go to your <a href=\"https:\/\/app.snov.io\/account\/email-account\" target=\"_blank\" rel=\"noopener\">email accounts list<\/a> and open the settings of the account under the relevant domain (click <strong>Edit <\/strong>icon).<\/p>\n<div class=\"notification-block learn\">\n<div class=\"notification-block__icon\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/snov.io\/knowledgebase\/wp-content\/themes\/knowledgebase\/assets\/img\/fluent_chat-warning-16-regular.svg\" alt=\"learn\" width=\"32\" height=\"32\" \/><\/div>\n<div class=\"notification-block__text\">\n<p>Before checking DMARC, wait approximately 48 hours after making changes to ensure they are fully applied to your domain settings.<\/p>\n<\/div>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"wp-block-image shadow alignnone wp-image-36084 \" src=\"https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2023\/08\/Snov-io-12-18-2024_01_47_PM-e1734522482139.png\" alt=\"\" width=\"854\" height=\"548\" srcset=\"https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2023\/08\/Snov-io-12-18-2024_01_47_PM-e1734522482139.png 1136w, https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2023\/08\/Snov-io-12-18-2024_01_47_PM-e1734522482139-300x193.png 300w, https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2023\/08\/Snov-io-12-18-2024_01_47_PM-e1734522482139-1024x657.png 1024w, https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2023\/08\/Snov-io-12-18-2024_01_47_PM-e1734522482139-768x493.png 768w\" sizes=\"(max-width: 854px) 100vw, 854px\" \/><\/p>\n<p>Go to the <strong>Optional settings<\/strong> section, select the <strong>Domain health<\/strong> tab, and click <strong>Check health<\/strong>. After the check is complete, you\u2019ll see the status of your DMARC record (along with other DNS records). A <strong>Valid<\/strong> status means your record is correctly set up and active. If there\u2019s an issue, the check will show it.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"wp-block-image shadow alignnone wp-image-36081 \" src=\"https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2023\/08\/Snov-io-12-18-2024_01_44_PM-e1734522531475.png\" alt=\"\" width=\"1035\" height=\"461\" srcset=\"https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2023\/08\/Snov-io-12-18-2024_01_44_PM-e1734522531475.png 1587w, https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2023\/08\/Snov-io-12-18-2024_01_44_PM-e1734522531475-300x134.png 300w, https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2023\/08\/Snov-io-12-18-2024_01_44_PM-e1734522531475-1024x456.png 1024w, https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2023\/08\/Snov-io-12-18-2024_01_44_PM-e1734522531475-768x342.png 768w, https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2023\/08\/Snov-io-12-18-2024_01_44_PM-e1734522531475-1536x684.png 1536w\" sizes=\"(max-width: 1035px) 100vw, 1035px\" \/><\/p>\n<h2 id=\"view-dmarc-reports\"><strong>How to view DMARC reports<\/strong><\/h2>\n<p>DMARC reports are automated emails that provide details about emails sent from your domain and help detect email security issues.<\/p>\n<div class=\"notification-block learn\">\n<div class=\"notification-block__icon\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/snov.io\/knowledgebase\/wp-content\/themes\/knowledgebase\/assets\/img\/fluent_chat-warning-16-regular.svg\" alt=\"learn\" width=\"32\" height=\"32\" \/><\/div>\n<div class=\"notification-block__text\">\n<p><strong>Why review DMARC reports:<\/strong><\/p>\n<p><strong>1)<\/strong> Track the percentage of emails from your domain that pass or fail SPF and DKIM checks<br \/>\n<strong>2)<\/strong> Monitor email activity: which IP addresses or email servers send emails on your behalf<br \/>\n<strong>3)<\/strong> Detect outgoing emails from your domain that are failing authentication<\/p>\n<\/div>\n<\/div>\n<h3><strong>Receive DMARC reports<\/strong><\/h3>\n<p>They are automatically sent from recipient servers to the email address specified in your DMARC record.<\/p>\n<p>Make sure the email address specified in your DMARC record has enough storage to keep incoming reports. This is why it\u2019s recommended to create a separate new mailbox.<\/p>\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\n<p>To receive and view DMARC reports, you need to set up a DMARC record for your domain. Ensure it includes the \"rua=mailto:\" tag with the appropriate email address.<\/p>\n<p>For example: \"v=DMARC1; p=none; rua=mailto:dmarc-reports@yourdomain.com; Without this parameter, reports will not be sent.<\/p>\n<\/div>\n<\/div>\n<h3><strong>Find and download DMARC reports<\/strong><\/h3>\n<p>While your email campaigns are active, regularly check your inbox for daily DMARC reports.<\/p>\n<p>Look for email reports corresponding to the dates of your active campaigns. These emails have attachments in <strong>XML<\/strong> format containing DMARC report.<\/p>\n<p>Download the attached file to your computer.<\/p>\n<h3><strong>Review DMARC reports<\/strong><\/h3>\n<p>DMARC reports in their raw form can be complex for most users to understand. To make the data more accessible and easier to interpret, use <strong>DMARC report analyzers<\/strong> that you can find online.<\/p>\n<p>These tools can help analyze DMARC XML files and convert the report into a readable format or a dashboard, providing insights and helping identify issues that need attention. Check your DMARC or upload your XML file to any of the recommended tools below.<\/p>\n<p><a href=\"https:\/\/dmarcdkim.com\/dmarc-check\" target=\"_blank\" rel=\"nofollow noopener\">DmarcDkim DMARC Checker --&gt;<\/a><\/p>\n<p><a class=\"ml-1 inline-flex h-[22px] items-center rounded-xl bg-[#f4f4f4] px-2 text-[0.5em] font-medium text-token-text-secondary dark:bg-token-main-surface-secondary relative top-[-0.094rem] !text-token-text-secondary uppercase hover:bg-token-text-primary hover:!text-token-main-surface-secondary dark:hover:bg-token-text-primary group\" href=\"https:\/\/glockapps.com\/tutorials\/dmarc-report-analyzer-free\/\" target=\"_blank\" rel=\"nofollow noopener\"><span class=\"truncate\">GlockApps --&gt;<\/span><\/a><\/p>\n<p><a class=\"ml-1 inline-flex h-[22px] items-center rounded-xl bg-[#f4f4f4] px-2 text-[0.5em] font-medium text-token-text-secondary dark:bg-token-main-surface-secondary relative top-[-0.094rem] !text-token-text-secondary uppercase hover:bg-token-text-primary hover:!text-token-main-surface-secondary dark:hover:bg-token-text-primary group\" href=\"https:\/\/dmarcadvisor.com\/dmarc-analyzer\/\" target=\"_blank\" rel=\"nofollow noopener\"><span class=\"truncate\">DMARC Advisor --&gt;<\/span><\/a><\/p>\n<div class=\"relative inline-flex items-center\"><a class=\"ml-1 inline-flex h-[22px] items-center rounded-xl bg-[#f4f4f4] px-2 text-[0.5em] font-medium text-token-text-secondary dark:bg-token-main-surface-secondary relative top-[-0.094rem] !text-token-text-secondary uppercase hover:bg-token-text-primary hover:!text-token-main-surface-secondary dark:hover:bg-token-text-primary group\" href=\"https:\/\/www.zoho.com\/toolkit\/dmarc-report-analyzer.html\" target=\"_blank\" rel=\"nofollow noopener\"><span class=\"truncate\">Zoho DMARC analyzer --&gt;<\/span><\/a><\/div>\n<div><\/div>\n<div><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-36166 wp-block-image shadow\" src=\"https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2023\/08\/DMARC-Report-Analyzer-DMARC-Email-XML-Parser-MxToolbox-12-22-2024_07_26_PM.png\" alt=\"\" width=\"1920\" height=\"911\" srcset=\"https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2023\/08\/DMARC-Report-Analyzer-DMARC-Email-XML-Parser-MxToolbox-12-22-2024_07_26_PM.png 1920w, https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2023\/08\/DMARC-Report-Analyzer-DMARC-Email-XML-Parser-MxToolbox-12-22-2024_07_26_PM-300x142.png 300w, https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2023\/08\/DMARC-Report-Analyzer-DMARC-Email-XML-Parser-MxToolbox-12-22-2024_07_26_PM-1024x486.png 1024w, https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2023\/08\/DMARC-Report-Analyzer-DMARC-Email-XML-Parser-MxToolbox-12-22-2024_07_26_PM-768x364.png 768w, https:\/\/snov.io\/knowledgebase\/wp-content\/uploads\/2023\/08\/DMARC-Report-Analyzer-DMARC-Email-XML-Parser-MxToolbox-12-22-2024_07_26_PM-1536x729.png 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/><\/div>\n<div>\n<h3><strong>Data in DMARC report<\/strong><\/h3>\n<p><span style=\"font-family: arial, helvetica, sans-serif;\"><strong><code>&lt;report_metadata&gt;<\/code><\/strong>:<\/span><\/p>\n<p>Metadata about the report, such as the company name, report ID, and the date range covered in the report.<\/p>\n<p><strong><code>&lt;policy_published&gt;<\/code><\/strong>:<\/p>\n<p>The DMARC policy active for <code>your-domain.com.<\/code><\/p>\n<p><strong><code>&lt;record&gt;<\/code><\/strong>:<\/p>\n<p>Details for email senders used by your domain:<\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><strong><code>&lt;source_ip&gt;<\/code><\/strong>: The IP address of the email sender.<\/li>\n<li><strong><code>&lt;count&gt;<\/code><\/strong>: Number of emails from this sender.<\/li>\n<li><strong><code>&lt;policy_evaluated&gt;<\/code><\/strong>: Indicates the policy checked (e.g., reject, none) and the results of DKIM and SPF checks.<\/li>\n<li><strong><code>&lt;auth_results&gt;<\/code><\/strong>: The statistics of DKIM and SPF checks.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h3><strong>Examples of issues found in DMARC report<\/strong><\/h3>\n<p><strong>Example 1:<\/strong> Sender IP:<\/p>\n<p><code><\/code>Issue: SPF check failed and DKIM passed. This could indicate a mistake in SPF records or an unauthorized IP sending emails on behalf of <code>your-domain.com<\/code>.<\/p>\n<p>Fix: Verify the SPF record for <code>your-domain.com<\/code> and ensure all sending servers you use are included. This will usually be your email provider's servers.<\/p>\n<p><strong>Example 2:<\/strong> Sender IP:<\/p>\n<p><code><\/code>Issue: Both SPF and DKIM checks failed for emails sent from <code>spam-domain.com<\/code>. This means a potential attempt to impersonate <code>your-domain.com<\/code>.<\/p>\n<p>Fix: Check the harmful sender IP and take actions to block it. Set DMARC policy to <code>reject<\/code> to prevent such emails from reaching recipients.<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>This tutorial explains the DMARC record and how to set it up in your domain settings to improve your domain&#8217;s health and security. Before configuring DMARC, ensure that SPF and DKIM records are already set up and have been active for at least 48 hours. DMARC record explained How to set up DMARC record How [&hellip;]<\/p>\n","protected":false},"author":16,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1940],"tags":[],"_links":{"self":[{"href":"https:\/\/snov.io\/knowledgebase\/wp-json\/wp\/v2\/posts\/16726"}],"collection":[{"href":"https:\/\/snov.io\/knowledgebase\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/snov.io\/knowledgebase\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/snov.io\/knowledgebase\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/snov.io\/knowledgebase\/wp-json\/wp\/v2\/comments?post=16726"}],"version-history":[{"count":19,"href":"https:\/\/snov.io\/knowledgebase\/wp-json\/wp\/v2\/posts\/16726\/revisions"}],"predecessor-version":[{"id":38658,"href":"https:\/\/snov.io\/knowledgebase\/wp-json\/wp\/v2\/posts\/16726\/revisions\/38658"}],"wp:attachment":[{"href":"https:\/\/snov.io\/knowledgebase\/wp-json\/wp\/v2\/media?parent=16726"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/snov.io\/knowledgebase\/wp-json\/wp\/v2\/categories?post=16726"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/snov.io\/knowledgebase\/wp-json\/wp\/v2\/tags?post=16726"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}