{"id":87318,"date":"2023-09-28T07:21:40","date_gmt":"2023-09-28T07:21:40","guid":{"rendered":"https:\/\/postmansmtp.com\/?p=87318"},"modified":"2026-03-11T07:22:21","modified_gmt":"2026-03-11T07:22:21","slug":"dmarc-spf-dkim","status":"publish","type":"post","link":"https:\/\/postmansmtp.com\/es\/dmarc-spf-dkim\/","title":{"rendered":"What are SPF, DKIM, and DMARC? [Everything You Need to Know]"},"content":{"rendered":"\n<p>If you are wondering what SPF, DKIM, and DMARC are? Then, you have come to the right place to learn everything about SPF, DKIM, and DMARC.<\/p>\n\n\n\n<p>In simple terms, these three <a href=\"https:\/\/postmansmtp.com\/email-domain-authentication\/\" target=\"_blank\" rel=\"noreferrer noopener\">email domain authentication<\/a> methods help verify the identity and integrity of your domain and prevent unauthorized parties from impersonating your domain.<\/p>\n\n\n\n<p>In this article, we will explain what SPF, DMARC, and DKIM are, how to set them up for your domain, and how to check them for an email.<\/p>\n\n\n\n<p>So, without any further delay, let&#8217;s dive right in!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What is an SPF Record?<\/strong><\/h2>\n\n\n\n<p>SPF stands for Sender Policy Framework, which specifies the servers\/IP addresses that are authorized to send emails from your domain. In this way, you can prevent spammers from forging your domain in the From header of their emails.<\/p>\n\n\n\n<p>In other words, if you own<strong> example.com<\/strong> and have set up an SPF record, you can tell the receiving mail servers that only emails from <strong>192.168.123.123<\/strong> are valid emails from example.com. If a spammer tries to send an email with a From header of <strong>user@example.com<\/strong> from another IP address, the receiving mail server will check your SPF record and reject or mark the email as spam.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"741\" height=\"81\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/What-is-an-SPF-Record.png\" alt=\"Infographic explaining SPF (Sender Policy Framework) records, showing how they help authenticate email senders.\" class=\"wp-image-87321\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/What-is-an-SPF-Record.png 741w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/What-is-an-SPF-Record-300x33.png 300w\" sizes=\"auto, (max-width: 741px) 100vw, 741px\" \/><\/figure>\n\n\n\n<p>An SPF record is a TXT record that contains three parts:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Declaration:<\/strong> Every SPF record starts with \u201c<strong>v=spf1<\/strong>\u201d (only appears at the beginning and does not repeat throughout the rule).<\/li>\n\n\n\n<li><strong>Specify IP Addresses and Domains:<\/strong> \u201c<strong>include<\/strong>\u201d mechanism to specify the domain and \u201cip4\u201d or \u201cip6\u201d to mention allowed IP addresses.<\/li>\n\n\n\n<li><strong>Enforcement Rule:<\/strong> End the record with a \u201c<strong>~all<\/strong>\u201d statement (make sure you use it only once at the end).<\/li>\n<\/ul>\n\n\n\n<p>An example of an SPF record would look like this:<\/p>\n\n\n\n<p><strong>v=spf1 ip4:192.168.123.123 include:_spf.google.com ~all<\/strong><\/p>\n\n\n\n<p>It tells that only emails sent from 192.168.123.123 IP addresses using Google\u2019s servers (as defined by _spf.google.com) are valid emails from your domain, and everything else is spam.<\/p>\n\n\n\n<p>Without an SPF record, your WordPress emails can trigger spam filters, which results in lower email deliverability. Although WordPress might generate and send emails successfully, the absence of an SPF record can lead to their rejection by recipients.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>In Case of Multiple SPF Records: Merge Them Into One<\/strong><\/h2>\n\n\n\n<p>Most businesses use more than one email service provider as a backup. In that case, the domain has various SPF records for every ESP, which causes authentication problems.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1056\" height=\"274\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/In-Case-of-Multiple-SPF-Records.png\" alt=\"Diagram explaining steps to resolve issues with multiple SPF records in DNS settings.\" class=\"wp-image-87322\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/In-Case-of-Multiple-SPF-Records.png 1056w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/In-Case-of-Multiple-SPF-Records-300x78.png 300w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/In-Case-of-Multiple-SPF-Records-1024x266.png 1024w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/In-Case-of-Multiple-SPF-Records-768x199.png 768w\" sizes=\"auto, (max-width: 1056px) 100vw, 1056px\" \/><\/figure>\n\n\n\n<p>According to the SPF specification, a domain can only have one SPF record. If a domain has more than one SPF record, the receiving mail servers will consider the SPF invalid and may reject or mark your emails as spam.<\/p>\n\n\n\n<p>So, merging multiple SPF records into one can simplify your email authentication configuration and maintenance. To merge all your SPF records into one, check out our guide on <a href=\"https:\/\/postmansmtp.com\/multiple-spf-records\/\" target=\"_blank\" rel=\"noreferrer noopener\">how to merge multiple SPF records the right way<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What is DKIM?<\/strong><\/h2>\n\n\n\n<p>DomainKeys Identified Mail, short for DKIM, enables you to digitally sign your emails using a private key that only you know and a public key that everyone can see. Using DKIM records, email servers verify that the email hasn&#8217;t been changed during transit and prove that it came from your domain.<\/p>\n\n\n\n<p>For example, if you own <strong>example.com<\/strong> and use DKIM, you can sign your emails with a private key that matches a public key stored in your <a href=\"https:\/\/postmansmtp.com\/dns-ptr-record\/\" data-type=\"link\" data-id=\"https:\/\/postmansmtp.com\/dns-ptr-record\/\" target=\"_blank\" rel=\"noreferrer noopener\">DNS records<\/a>. If someone tries to modify or spoof your emails, the receiving mail server will check your DKIM signature against your public key and detect the mismatch.<\/p>\n\n\n\n<p>A DKIM signature typically looks like this:<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"712\" height=\"215\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/What-is-DKIM.png\" alt=\"dkim signature\" class=\"wp-image-87323\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/What-is-DKIM.png 712w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/What-is-DKIM-300x91.png 300w\" sizes=\"auto, (max-width: 712px) 100vw, 712px\" \/><\/figure>\n\n\n\n<p>DKIM records have one part: the public key. Similarly, the mail server has a private key to match it. Mail servers verify whether the email is originated from you by comparing these keys.<\/p>\n\n\n\n<p>Afterward, the <a href=\"https:\/\/postmansmtp.com\/what-is-a-dmarc-record\/\" target=\"_blank\" rel=\"noreferrer noopener\">DMARC records<\/a> check the validity of the email further.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to Add a DKIM Record to Your DNS?<\/strong><\/h2>\n\n\n\n<p>Every email service provider has different rules regarding DKIM records, so you need to contact your email provider to get the details of the DKIM record that you have to add to your DNS. They usually have the instructions in their setup documentation.<\/p>\n\n\n\n<p><strong>IMPORTANT: <\/strong>If you are using Post SMTP and don\u2019t know how to add a DKIM record to your DNS, then feel free to <a href=\"https:\/\/postmansmtp.com\/configuration-request\/\" target=\"_blank\" rel=\"noreferrer noopener\">contact us<\/a> to get expert assistance. Our expert will do it for you and will also offer guidance in the future.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What is DMARC?<\/strong><\/h2>\n\n\n\n<p>DMARC helps you protect your domain from email spoofing and phishing. DMARC stands for Domain-based Message Authentication, Reporting, and Conformance. It relies on SPF and DKIM authentication to verify the sender\u2019s identity and the integrity of the email content.&nbsp;<\/p>\n\n\n\n<p>The DMARC record lets you define a policy for how the recipient email server should handle emails that fail these checks and receive reports on the authentication results.<\/p>\n\n\n\n<p>A DMARC policy is stored as a DNS TXT record, which is a type of DNS record that can store any text information. For example, the DMARC policy for example.com might look like this:<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"806\" height=\"97\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/What-is-DMARC.png\" alt=\"Infographic explaining DMARC (Domain-based Message Authentication, Reporting, and Conformance), with visuals of email authentication processes and domain policies.\" class=\"wp-image-87324\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/What-is-DMARC.png 806w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/What-is-DMARC-300x36.png 300w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/What-is-DMARC-768x92.png 768w\" sizes=\"auto, (max-width: 806px) 100vw, 806px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>This policy tells the recipients to quarantine (move to the spam folder) any emails from example.com that fail SPF or DKIM verification.<\/li>\n\n\n\n<li>Also, it instructs them to send reports on the authentication results to a third-party service with the email address example@third-party-example.com.&nbsp;<\/li>\n<\/ul>\n\n\n\n<p>These reports can help you monitor and improve your email security and deliverability.<\/p>\n\n\n\n<p><strong>NOTE: <\/strong>There&#8217;s no need to worry if you are not getting DMARC reports. However, it&#8217;s crucial not to ignore these reports since they could indicate someone is using your domain for spam purposes. In case you have difficulty understanding the report, you can forward it to your email provider.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to Add a DMARC Record to Your DNS?<\/strong><\/h2>\n\n\n\n<p>To add a DMARC record to your DNS, first contact your email service provider to get a specific DMARC record that you need to add to your DNS record.<\/p>\n\n\n\n<p>If your provider hasn&#8217;t provided a particular DMARC record, you can use a generic one. Add the following sample DMARC record to your DNS:<\/p>\n\n\n\n<p><strong>v=DMARC1; p=reject; rua=mailto:dmarc@yourdomain.com<\/strong><\/p>\n\n\n\n<p>To customize your DMARC policy, modify the \u00abp\u00bb tag value to your liking, such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>None:<\/strong> Don&#8217;t take any action if a message fails DMARC, but send reports to you for monitoring.<\/li>\n\n\n\n<li><strong>Quarantine:<\/strong> Mail that doesn&#8217;t pass DMARC goes in junk.<\/li>\n\n\n\n<li><strong>Reject:<\/strong> The recipient will not receive emails that fail authentication.<\/li>\n<\/ul>\n\n\n\n<p><strong>IMPORTANT:<\/strong> Remember that you don&#8217;t need DMARC for domains you don&#8217;t control. For instance, a Gmail account with a @gmail.com address doesn&#8217;t require DMARC, but a Google Workspace account with a custom domain does.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How Do I Set Up SPF, DKIM, and DMARC?<\/strong><\/h2>\n\n\n\n<p>To set up SPF, DKIM, and DMARC, you have to edit the DNS records of your domain. You can find your DNS records in one of these locations:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Web Hosting Control Panel:<\/strong> If you bought your domain and hosting together, or if your hosting provider includes a free domain.<\/li>\n\n\n\n<li><strong>Domain Registrar&#8217;s Control Panel:<\/strong> If you purchased hosting and domain separately.<\/li>\n\n\n\n<li><strong>CDN or DNS Management Control Panel:<\/strong> If you use such services to manage your domain, like Cloudflare.<\/li>\n<\/ul>\n\n\n\n<p>Let&#8217;s take Cloudflare as an example. Your DNS records in Cloudflare will look like this.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1376\" height=\"316\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/How-Do-I-Set-Up-SPF-DKIM-and-DMARC.png\" alt=\"Infographic explaining how to set up SPF, DKIM, and DMARC for email authentication, with diagrams of DNS records and flowcharts for configuration steps.\" class=\"wp-image-87325\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/How-Do-I-Set-Up-SPF-DKIM-and-DMARC.png 1376w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/How-Do-I-Set-Up-SPF-DKIM-and-DMARC-300x69.png 300w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/How-Do-I-Set-Up-SPF-DKIM-and-DMARC-1024x235.png 1024w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/How-Do-I-Set-Up-SPF-DKIM-and-DMARC-768x176.png 768w\" sizes=\"auto, (max-width: 1376px) 100vw, 1376px\" \/><\/figure>\n\n\n\n<p>Although all three of these are important, not every email service provider will require all three at the same time. But setting all of them will enhance your email deliverability, reduce the risk of spoofing, and ensure the security of your domain&#8217;s email communications.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to Check SPF, DKIM, and DMARC Records for Your Domain<\/strong><\/h2>\n\n\n\n<p>If you want to check if your domain has valid SPF, DMARC, and DKIM records, you can use various online tools to check the DNS records. Some examples of these tools are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/mxtoolbox.com\/MXLookup.aspx\" target=\"_blank\" rel=\"noreferrer nofollow noopener\"><strong>MXLookup<\/strong><\/a><strong>:<\/strong> A comprehensive tool that can check various aspects of your domain, such as SPF, DMARC, DKIM, MX, blacklist, SMTP test, etc.<\/li>\n\n\n\n<li><a href=\"https:\/\/powerdmarc.com\/analyzer\/?domain_name=wpexperts.io#dkim-section\" target=\"_blank\" rel=\"noreferrer nofollow noopener\"><strong>DMARC Analyzer:<\/strong><\/a> With this tool, you can check the DMARC policy and get reports on your email authentication performance.<\/li>\n\n\n\n<li><a href=\"https:\/\/dkimvalidator.com\/\" target=\"_blank\" rel=\"noreferrer nofollow noopener\"><strong>DKIM Validator<\/strong><\/a><strong>:<\/strong> To check your DKIM signature and public key for validity and alignment.<\/li>\n<\/ul>\n\n\n\n<p>To check the same for an email, look for the \u00abView Source,\u00bb\/\u00bbShow Original,\u00bb\/\u00bbView Headers\u00bb option in your email client account.<\/p>\n\n\n\n<p>The email headers contain information such as the From, To, Subject, Date, and Message-ID fields and the SPF, DMARC, and DKIM signatures.&nbsp;<\/p>\n\n\n\n<p>Simply press Ctrl + F and look for SPF\/DKIM\/DMARC. The text you&#8217;ll find might look like the following:<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"734\" height=\"74\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/How-to-Check-SPF-DKIM-and-DMARC-Records-for-Your-Domain.png\" alt=\"Screenshot of a tutorial on checking SPF, DKIM, and DMARC records for a domain, with a step-by-step guide and example records.\" class=\"wp-image-87326\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/How-to-Check-SPF-DKIM-and-DMARC-Records-for-Your-Domain.png 734w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/How-to-Check-SPF-DKIM-and-DMARC-Records-for-Your-Domain-300x30.png 300w\" sizes=\"auto, (max-width: 734px) 100vw, 734px\" \/><\/figure>\n\n\n\n<p>The word \u00abpass\u00bb in the above text indicates that the email has passed an authentication check.<\/p>\n\n\n\n<p>There you have it! Now, you have a better understanding of what SPF, DKIM, and DMARC are and how they work together to improve email deliverability.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Final Thoughts on SPF, DKIM, and DMARC in Email Authentication<\/strong><\/h2>\n\n\n\n<p>There is no doubt that having SPF, DKIM, and DMARC records set up for your domain can help you improve your email security and deliverability. By using them, you can protect your domain from spoofing by spammers, ensure that your emails are not tampered with in transit, and increase the chances of your emails reaching the inbox of your recipients.<\/p>\n\n\n\n<p>However, setting up SPF, DMARC, and DKIM for your domain requires some technical knowledge and careful configuration. If you lack technical knowledge, don\u2019t hesitate to contact us for expert assistance with all <a href=\"https:\/\/postmansmtp.com\/configuration-request\/\" target=\"_blank\" rel=\"noreferrer noopener\">SMTP configurations and DNS records setup<\/a>.<\/p>\n\n\n\n<p>We will be happy to help!&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Frequently Asked Questions<\/strong><\/h2>\n\n\n","protected":false},"excerpt":{"rendered":"<p>If you are wondering what SPF, DKIM, and DMARC are? Then, you [&hellip;]<\/p>\n","protected":false},"author":6276,"featured_media":87328,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_seopress_robots_primary_cat":"none","_seopress_titles_title":"What are SPF, DKIM, and DMARC? [All You Need to Know]","_seopress_titles_desc":"Curious to know what SPF, DKIM, and DMARC are. Then, keep reading to learn about SPF, DKIM, and DMARC and how they can improve your email deliverability.","_seopress_robots_index":"","inline_featured_image":false,"_uag_custom_page_level_css":"","advgb_blocks_editor_width":"","advgb_blocks_columns_visual_guide":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[12],"tags":[],"class_list":["post-87318","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-guides"],"acf":[],"author_meta":{"display_name":"Tahir Ali","author_link":"https:\/\/postmansmtp.com\/es\/author\/tahir\/"},"featured_img":"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_What-are-SPF-DKIM-and-DMARC-Everything-You-Need-to-Know-147-300x97.jpg","jetpack_featured_media_url":"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_What-are-SPF-DKIM-and-DMARC-Everything-You-Need-to-Know-147.jpg","spectra_custom_meta":{"_edit_lock":["1773213761:6407"],"_thumbnail_id":["87328"],"_seopress_robots_primary_cat":["none"],"_bbp_topic_count":["0"],"_bbp_reply_count":["0"],"_bbp_total_topic_count":["0"],"_bbp_total_reply_count":["0"],"_bbp_voice_count":["0"],"_bbp_anonymous_reply_count":["0"],"_bbp_topic_count_hidden":["0"],"_bbp_reply_count_hidden":["0"],"_bbp_forum_subforum_count":["0"],"advgb_blocks_editor_width":[""],"advgb_blocks_columns_visual_guide":[""],"ast-site-content-layout":["default"],"theme-transparent-header-meta":[""],"adv-header-id-meta":[""],"stick-header-meta":[""],"astra-migrate-meta-layouts":["set"],"footnotes":[""],"_edit_last":["6407"],"_seopress_titles_title":["What are SPF, DKIM, and DMARC? [All You Need to Know]"],"_seopress_titles_desc":["Curious to know what SPF, DKIM, and DMARC are. Then, keep reading to learn about SPF, DKIM, and DMARC and how they can improve your email deliverability."],"_seopress_social_fb_title":["What are SPF, DKIM, and DMARC? [All You Need to Know]"],"_seopress_social_fb_desc":["Curious to know what SPF, DKIM, and DMARC are. Then, keep reading to learn about SPF, DKIM, and DMARC and how they can improve your email deliverability."],"_seopress_social_fb_img":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_What-are-SPF-DKIM-and-DMARC-Everything-You-Need-to-Know-Social-Media.jpg"],"_seopress_social_fb_img_attachment_id":["87329"],"_seopress_social_fb_img_width":["2501"],"_seopress_social_fb_img_height":["1309"],"_seopress_social_twitter_title":["What are SPF, DKIM, and DMARC? [All You Need to Know]"],"_seopress_social_twitter_desc":["Curious to know what SPF, DKIM, and DMARC are. Then, keep reading to learn about SPF, DKIM, and DMARC and how they can improve your email deliverability."],"_seopress_social_twitter_img":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_What-are-SPF-DKIM-and-DMARC-Everything-You-Need-to-Know-Social-Media.jpg"],"_seopress_social_twitter_img_attachment_id":["87329"],"_seopress_social_twitter_img_width":["2501"],"_seopress_social_twitter_img_height":["1309"],"_seopress_redirections_type":["301"],"_seopress_redirections_logged_status":["both"],"um_content_restriction":["a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}"],"_seopress_analysis_target_kw":["dmarc spf dkim"],"_eael_post_view_count":["8826"],"post_views_count":["364"],"ezd_doc_layout":[""],"ezd_doc_content_type":[""],"ezd_doc_content_type_right":[""],"ezd_doc_content_box_right":[""],"rank_math_title":["What are SPF, DKIM, and DMARC? [All You Need to Know]"],"rank_math_description":["Curious to know what SPF, DKIM, and DMARC are. Then, keep reading to learn about SPF, DKIM, and DMARC and how they can improve your email deliverability."],"rank_math_focus_keyword":["dmarc spf dkim"],"rank_math_facebook_title":["What are SPF, DKIM, and DMARC? [All You Need to Know]"],"rank_math_facebook_description":["Curious to know what SPF, DKIM, and DMARC are. Then, keep reading to learn about SPF, DKIM, and DMARC and how they can improve your email deliverability."],"rank_math_facebook_image":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_What-are-SPF-DKIM-and-DMARC-Everything-You-Need-to-Know-Social-Media.jpg"],"rank_math_twitter_title":["What are SPF, DKIM, and DMARC? [All You Need to Know]"],"rank_math_twitter_description":["Curious to know what SPF, DKIM, and DMARC are. Then, keep reading to learn about SPF, DKIM, and DMARC and how they can improve your email deliverability."],"rank_math_twitter_image":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_What-are-SPF-DKIM-and-DMARC-Everything-You-Need-to-Know-Social-Media.jpg"],"rank_math_facebook_image_id":["87329"],"rank_math_twitter_image_id":["87329"],"rank_math_twitter_use_facebook":["off"],"rank_math_robots":["a:1:{i:0;s:0:\"\";}"],"old_thumbnail_id":["87327"],"copied_media_ids":["a:6:{i:0;i:87321;i:1;i:87322;i:2;i:87323;i:3;i:87324;i:4;i:87325;i:5;i:87326;}"],"referenced_media_ids":["a:1:{i:0;i:87328;}"],"_wpml_word_count":["1509"],"_wpml_location_migration_done":["1"],"ezd_doc_contributors":["6407,"],"_uagb_toc_options":["a:2:{s:17:\"_uagb_toc_version\";s:10:\"1777542099\";s:18:\"_uagb_toc_headings\";a:10:{i:0;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:21:\"what-is-an-spf-record\";s:7:\"content\";s:22:\"What is an SPF Record?\";s:5:\"depth\";i:2;}i:1;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:51:\"in-case-of-multiple-spf-records-merge-them-into-one\";s:7:\"content\";s:52:\"In Case of Multiple SPF Records: Merge Them Into One\";s:5:\"depth\";i:2;}i:2;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:12:\"what-is-dkim\";s:7:\"content\";s:13:\"What is DKIM?\";s:5:\"depth\";i:2;}i:3;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:36:\"how-to-add-a-dkim-record-to-your-dns\";s:7:\"content\";s:37:\"How to Add a DKIM Record to Your DNS?\";s:5:\"depth\";i:2;}i:4;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:13:\"what-is-dmarc\";s:7:\"content\";s:14:\"What is DMARC?\";s:5:\"depth\";i:2;}i:5;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:37:\"how-to-add-a-dmarc-record-to-your-dns\";s:7:\"content\";s:38:\"How to Add a DMARC Record to Your DNS?\";s:5:\"depth\";i:2;}i:6;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:34:\"how-do-i-set-up-spf-dkim-and-dmarc\";s:7:\"content\";s:37:\"How Do I Set Up SPF, DKIM, and DMARC?\";s:5:\"depth\";i:2;}i:7;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:55:\"how-to-check-spf-dkim-and-dmarc-records-for-your-domain\";s:7:\"content\";s:57:\"How to Check SPF, DKIM, and DMARC Records for Your Domain\";s:5:\"depth\";i:2;}i:8;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:60:\"final-thoughts-on-spf-dkim-and-dmarc-in-email-authentication\";s:7:\"content\";s:62:\"Final Thoughts on SPF, DKIM, and DMARC in Email Authentication\";s:5:\"depth\";i:2;}i:9;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:26:\"frequently-asked-questions\";s:7:\"content\";s:26:\"Frequently Asked Questions\";s:5:\"depth\";i:2;}}}"],"_uag_page_assets":["a:9:{s:3:\"css\";s:8757:\".wp-block-uagb-container.uagb-block-6a49e24e .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-6a49e24e .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-6a49e24e .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-6a49e24e .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-6a49e24e .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-6a49e24e{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-6a49e24e > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-6a49e24e{box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;row-gap: 20px;column-gap: 20px;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-default figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style: normal;align-self: center;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 0.2;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left: 15px;right: 15px;top: 15px;bottom: 15px;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style: normal;color: #fff;opacity: 1;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color: #fff;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 0;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 1;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width: 30%;border-top-width: 2px;border-top-color: #fff;opacity: 0;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 1;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity: 1;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-default figure:hover img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay figure:hover img{box-shadow: 0px 0px 0 #00000070;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-6a49e24e{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-6a49e24e > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-6a49e24e{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-6a49e24e{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-6a49e24e > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-6a49e24e{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}}.wp-block-uagb-container.uagb-block-21a93d71 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-21a93d71 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-21a93d71 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-21a93d71 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-21a93d71 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-21a93d71{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-21a93d71 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 25px;column-gap: 25px;}.wp-block-uagb-container.uagb-block-21a93d71{box-shadow: 0px 0px   #00000070 ;padding-top: 30px;padding-bottom: 30px;padding-left: 15px;padding-right: 15px;margin-top: 10px !important;margin-bottom: 10px !important;margin-left: 10px;margin-right: 10px;overflow: visible;order: initial;border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-style: solid;border-color: #e2e2e2;background-color: #fafafa;;row-gap: 25px;column-gap: 25px;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading .uagb-heading-text{color: #214a72;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading {text-align: center;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading .uagb-desc-text{color: #737373;margin-bottom: 0px;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;font-weight: Default;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b .uagb-heading-text{font-family: \"Poppins\";font-weight: 700;font-size: 28px;margin-bottom: 15px;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b .uagb-desc-text{font-family: \"Poppins\";font-weight: 500;font-size: 16px;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-21a93d71{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-21a93d71 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-21a93d71{padding-top: 30px;padding-bottom: 30px;padding-left: 15px;padding-right: 15px;margin-top: 10px !important;margin-bottom: 10px !important;margin-left: 10px;margin-right: 10px;order: initial;border-style: solid;border-color: #e2e2e2;background-color: #fafafa;;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-21a93d71{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-21a93d71 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-21a93d71{padding-top: 30px;padding-bottom: 30px;padding-left: 15px;padding-right: 15px;margin-top: 10px !important;margin-bottom: 10px !important;margin-left: 10px;margin-right: 10px;order: initial;border-style: solid;border-color: #e2e2e2;background-color: #fafafa;;}}\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:13:{i:0;s:14:\"core\/paragraph\";i:1;s:12:\"core\/heading\";i:2;s:10:\"core\/image\";i:3;s:9:\"core\/list\";i:4;s:14:\"core\/list-item\";i:5;s:20:\"wpseopress\/faq-block\";i:6;s:14:\"uagb\/container\";i:7;s:10:\"uagb\/image\";i:9;s:21:\"uagb\/advanced-heading\";i:10;s:17:\"gutena\/newsletter\";i:11;s:22:\"gutena\/newsletter-form\";i:12;s:29:\"gutena\/newsletter-input-field\";i:13;s:31:\"gutena\/newsletter-submit-button\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1777542099\";s:6:\"gfonts\";a:1:{s:7:\"Poppins\";a:2:{s:10:\"fontfamily\";s:7:\"Poppins\";s:12:\"fontvariants\";a:2:{i:0;s:3:\"700\";i:1;s:3:\"500\";}}}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}"]},"uagb_featured_image_src":{"full":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_What-are-SPF-DKIM-and-DMARC-Everything-You-Need-to-Know-147.jpg",746,240,false],"thumbnail":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_What-are-SPF-DKIM-and-DMARC-Everything-You-Need-to-Know-147-150x150.jpg",150,150,true],"medium":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_What-are-SPF-DKIM-and-DMARC-Everything-You-Need-to-Know-147-300x97.jpg",300,97,true],"medium_large":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_What-are-SPF-DKIM-and-DMARC-Everything-You-Need-to-Know-147.jpg",746,240,false],"large":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_What-are-SPF-DKIM-and-DMARC-Everything-You-Need-to-Know-147.jpg",746,240,false],"ezd_searrch_thumb16x16":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_What-are-SPF-DKIM-and-DMARC-Everything-You-Need-to-Know-147.jpg",16,5,false],"ezd_searrch_thumb50x50":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_What-are-SPF-DKIM-and-DMARC-Everything-You-Need-to-Know-147.jpg",50,16,false],"ezd_embed_thumb":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_What-are-SPF-DKIM-and-DMARC-Everything-You-Need-to-Know-147.jpg",100,32,false],"1536x1536":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_What-are-SPF-DKIM-and-DMARC-Everything-You-Need-to-Know-147.jpg",746,240,false],"2048x2048":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_What-are-SPF-DKIM-and-DMARC-Everything-You-Need-to-Know-147.jpg",746,240,false],"gform-image-choice-sm":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_What-are-SPF-DKIM-and-DMARC-Everything-You-Need-to-Know-147.jpg",300,97,false],"gform-image-choice-md":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_What-are-SPF-DKIM-and-DMARC-Everything-You-Need-to-Know-147.jpg",400,129,false],"gform-image-choice-lg":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_What-are-SPF-DKIM-and-DMARC-Everything-You-Need-to-Know-147.jpg",600,193,false]},"uagb_author_info":{"display_name":"Tahir Ali","author_link":"https:\/\/postmansmtp.com\/es\/author\/tahir\/"},"uagb_comment_info":0,"uagb_excerpt":"If you are wondering what SPF, DKIM, and DMARC are? Then, you [&hellip;]","coauthors":[],"tax_additional":{"categories":{"linked":["<a href=\"https:\/\/postmansmtp.com\/category\/guides\/\" class=\"advgb-post-tax-term\">Guides<\/a>"],"unlinked":["<span class=\"advgb-post-tax-term\">Guides<\/span>"]}},"comment_count":"0","relative_dates":{"created":"Publicado 3 a\u00f1os hace","modified":"Actualizado 2 meses hace"},"absolute_dates":{"created":"Publicado el septiembre 28, 2023","modified":"Actualizado el marzo 11, 2026"},"absolute_dates_time":{"created":"Publicado el septiembre 28, 2023 7:21 am","modified":"Actualizado el marzo 11, 2026 7:22 am"},"featured_img_caption":"","series_order":"","_links":{"self":[{"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/posts\/87318","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/users\/6276"}],"replies":[{"embeddable":true,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/comments?post=87318"}],"version-history":[{"count":0,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/posts\/87318\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/media\/87328"}],"wp:attachment":[{"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/media?parent=87318"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/categories?post=87318"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/tags?post=87318"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}