{"id":42377,"date":"2024-09-30T12:43:50","date_gmt":"2024-09-30T12:43:50","guid":{"rendered":"https:\/\/easydmarc.com\/blog\/?p=42377"},"modified":"2026-03-07T01:55:56","modified_gmt":"2026-03-07T01:55:56","slug":"avanan-spf-record-and-dkim-configuration-step-by-step-guideline","status":"publish","type":"post","link":"https:\/\/easydmarc.com\/blog\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\/","title":{"rendered":"Avanan SPF Record and DKIM Configuration: Step by Step"},"content":{"rendered":"\n<p>Email environments running on platforms like Microsoft 365 and Google Workspace face constant phishing, spoofing, and malware attacks. Avanan helps close these gaps by scanning messages, enforcing policies, and isolating risky content before it reaches users. But Avanan does not work in isolation. It relies on SPF and DKIM to know which emails are real and which ones are fake.&nbsp;<\/p>\n\n\n\n<p>If&nbsp; SPF and DKIM records are missing or incorrect, safe emails can look suspicious, and fake emails can slip in. So before setting up Avanan, it helps to understand how it works with authentication and why proper configuration makes your email cleaner, safer, and easier to trust.<\/p>\n\n\n\n<p>This guide walks you through the configuration steps for SPF and DKIM for Avanan.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-is-avanan-and-how-it-protects-your-email\"><strong>What is Avanan and How It Protects Your Email?<\/strong><\/h2>\n\n\n\n<p>Avanan is a cloud-based security tool that connects to services like Microsoft 365 and Google Workspace to check emails before they reach users. It scans links, attachments, and user activity to stop phishing, malware, BEC attacks, and data leaks.<\/p>\n\n\n\n<p>Avanan includes features like sandboxing and automated policies, which make it easier to manage organization-wide security. With the sandboxing feature, Avanan sends suspicious emails to a secure space where links and files open safely. This way, the main IT infrastructure remains secure and unaffected even if the links contain active malware.&nbsp;<\/p>\n\n\n\n<p>On the other hand, automated policies are rules that Avanan follows on its own. These include blocking phishing emails, encrypting messages with sensitive information, or quarantining threats without waiting for an admin to step in and act manually.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-how-avanan-works-as-an-email-security-gateway\"><strong>How Avanan Works as an Email Security Gateway?<\/strong><\/h3>\n\n\n\n<p>Avanan works inside your cloud email setup and monitors how messages move in and out. It uses artificial intelligence, language analysis, and behaviour tracking to notice anything suspicious or harmful. Before an email reaches inboxes, Avanan scans its content, checks attachments and links, and if it finds something risky, it replaces unsafe links or sends the email to quarantine instead of letting it land in front of users.<\/p>\n\n\n\n<p>This gives administrators more control over their environment. They can create rules that block threats, encrypt sensitive messages, or allow trusted emails without having to do these actions manually each time. Avanan also relies on standard checks such as SPF, DKIM, and DMARC to verify that a sender is genuine. Many organisations add an Avanan SPF record so their emails pass these checks more easily and build higher trust.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-why-email-authentication-is-required-for-avanan\"><strong>Why Email Authentication is Required for Avanan?<\/strong><\/h2>\n\n\n\n<p>Avanan checks email content to stop threats, but it still needs SPF, DKIM, and DMARC to verify that the sender is genuine. These authentication records help it identify your domain properly and take the right actions. Without them, harmless emails may appear risky, and dangerous ones might slip through by pretending to be you.<\/p>\n\n\n\n<p>SPF, DKIM, and DMARC let Avanan confirm whether emails using your domain actually come from approved servers. This reduces spoofing, phishing, and impersonation attempts. When these checks work alongside its threat scanning, the platform can block fake emails, protect your brand, and guide Avanan email encryption for trusted messages.<\/p>\n\n\n\n<p>Authentication also helps with email delivery. Mail services treat correctly aligned domains as reliable, which improves inbox placement and lowers spam issues. Many organisations publish an Avanan SPF record to strengthen domain trust and improve how their emails are received across networks.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-process-of-configuring-avanan-spf-record\"><strong>The Process of Configuring Avanan SPF Record<\/strong><\/h2>\n\n\n\n<p>To make Avanan work smoothly with your email domain, you must add its sending sources to your SPF record. This tells receiving mail servers that emails routed through Avanan are legitimate and not spoofed.<\/p>\n\n\n\n<p>Here\u2019s how to do it:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Log in to your DNS management console.<\/li>\n\n\n\n<li>Find the existing SPF record. If you don\u2019t have one, create a new one using the <a href=\"https:\/\/easydmarc.com\/tools\/spf-record-generator\" target=\"_blank\" rel=\"noreferrer noopener\">SPF Record Generator<\/a>.<\/li>\n\n\n\n<li>In the SPF record, add Avanan\u2019s include statement, \u2018include:spfa.cpmails.com.\u2019 This tells receiving mail servers that emails routed through Avanan are permitted for your domain.&nbsp;<\/li>\n\n\n\n<li>End the SPF record with ~all (soft fail) or -all (hard fail), depending on how strict you want to be with failed emails.<\/li>\n<\/ol>\n\n\n\n<p>Your record may also contain other senders, like Google or Microsoft, depending on your setup. A typical example looks like this:<\/p>\n\n\n\n<p>v=spf1 include:spfa.cpmails.com include:_spf.google.com -all<\/p>\n\n\n\n<p>Save the record and wait for it to propagate. You can then check whether it is correct using the <a href=\"https:\/\/easydmarc.com\/tools\/spf-lookup\" target=\"_blank\" rel=\"noreferrer noopener\">SPF Record Lookup<\/a> tool. When it validates successfully, Avanan\u2019s traffic aligns properly with SPF checks, improving email security and delivery.<\/p>\n\n\n\n<p><em>Important Note: Each domain must have only one SPF TXT Record. If you have multiple SPF Records, SPF will return a PermError.<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-process-of-configuring-dkim-for-avanan\"><strong>The Process of Configuring DKIM for Avanan<\/strong><\/h2>\n\n\n\n<p>To use DKIM with Avanan, you need to publish a DKIM key in your DNS and turn on signing in your email setup. DKIM helps mail servers confirm that your emails are really from your domain and have not been changed on the way.<\/p>\n\n\n\n<p>Here\u2019s how to do it:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to your Avanan or email security dashboard and enable DKIM. It will give you a selector and a DKIM public key.<\/li>\n<\/ol>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>Add this key as a TXT record in your DNS panel. You can generate it in the correct format using the <a href=\"https:\/\/easydmarc.com\/tools\/dkim-record-generator\" target=\"_blank\" rel=\"noreferrer noopener\">DKIM Record Generator<\/a>.<\/li>\n<\/ol>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>Save the record and wait for DNS to update. Once it spreads, return to your dashboard and turn on DKIM signing.<\/li>\n<\/ol>\n\n\n\n<p>Finally, use the <a href=\"https:\/\/easydmarc.com\/tools\/dkim-lookup\" target=\"_blank\" rel=\"noreferrer noopener\">DKIM Lookup<\/a> tool to check if everything works. If validation passes, Avanan signs your emails and increases trust in your domain.<\/p>\n\n\n\n<p><em>Important Note: DKIM should be configured on the email provider side (Google Workspace, Microsoft 365, etc.), and Avanan will automatically respect this configuration, inspecting email traffic for threats after DKIM is set up. Avanan functions as a security layer that intercepts and scans emails for phishing, malware, and other threats.<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-common-avanan-spf-and-dkim-configuration-issues\"><strong>Common Avanan SPF and DKIM Configuration Issues<\/strong><\/h2>\n\n\n\n<p>Even after setting up SPF and DKIM, you may still face problems that stop authentication from working. Most issues come from small mistakes in DNS entries or settings that do not match Avanan\u2019s requirements. Knowing these common errors helps you troubleshoot faster and keep your email security running smoothly.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-spf-record-not-validating-correctly\"><strong>SPF Record Not Validating Correctly<\/strong><\/h3>\n\n\n\n<p>SPF problems often occur when a domain has more than one SPF record, misses an important \u2018include\u2019 value, or crosses the limit of allowed DNS lookups. If your SPF record fails, check that there is only one TXT entry for SPF and that it contains Avanan\u2019s \u2018include\u2019 statement, that is \u2018include:spfa.cpmails.com.\u2019&nbsp;<\/p>\n\n\n\n<p>You can use a credible SPF lookup tool to see whether your Avanan SPF record is valid and readable. If you spot any issues, fix them. Once fixed, email servers recognise your messages more reliably and reduce unnecessary blocking.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-dkim-signature-failing-after-setup\"><strong>DKIM Signature Failing After Setup<\/strong><\/h3>\n\n\n\n<p>DKIM issues usually happen because of a small error in the selector name, a typo in the TXT record, or DNS changes that have not yet been updated across the internet. In some cases, DKIM signing often remains inactive even though the key exists.<\/p>\n\n\n\n<p>It\u2019s suggested that you check your selector, compare your TXT record carefully, and give DNS some time to update. You can confirm the status using a DKIM checker. When DKIM validates correctly, receiving mail servers trust your messages more, and Avanan email encryption aligns smoothly with your domain identity.<\/p>\n\n\n\n<p><em>Important note: If the provider recommends publishing also a DMARC record, there\u2019s no need to do so if you already have a DMARC record in place, as each domain can only have one DMARC record.<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-final-thoughts-on-avanan-spf-record-and-dkim-setup\"><strong>Final Thoughts on Avanan SPF Record and DKIM Setup<\/strong><\/h2>\n\n\n\n<p class=\"vg_note\">When your SPF and DKIM records align with how Avanan scans and filters email, your messages reach inboxes more smoothly, and spoofing becomes harder for attackers. But these records need attention from time to time, especially when you add new tools or change email providers. So, instead of doing the guesswork, take the next step and <a href=\"https:\/\/uac.easydmarc.com\/realms\/easydmarc\/protocol\/openid-connect\/registrations?client_id=dmarc-app&amp;response_type=code&amp;scope=openid+email&amp;redirect_uri=https%3A%2F%2Fapp.easydmarc.com%2Flogin%2Fcallback&amp;ui_locales=US&amp;utm_source=&amp;state=eyJ1c2VySXAiOiIyNDA2OmI0MDA6NzI6YjBiMjoxNTMwOjkwMzY6ODNmMTplMjgwIiwiZ29VcmwiOiIiLCJsb2dpbk9wdGlvbnMiOnt9fQ%3D%3D\" target=\"_blank\" rel=\"noreferrer noopener\">sign up<\/a> for EasyDMARC\u2019s managed email authentication services. We will help you keep your domain secure, visible, and easy to trust.<\/p>\n\n\n\n<h2 class=\"wp-block-heading vg_note\" id=\"h-frequently-asked-questions\"><strong>Frequently Asked Questions<\/strong><\/h2>\n\n\n\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1772845372549\"><strong class=\"schema-faq-question\">What happens if the Avanan SPF record is missing or incorrect?<\/strong> <p class=\"schema-faq-answer\">If the Avanan SPF record is missing or wrong, email servers may not trust your messages. This can lead to delivery failures, emails landing in spam, or attackers spoofing your domain more easily.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1772845397408\"><strong class=\"schema-faq-question\">How long does it take for Avanan SPF and DKIM to start working after setup?<\/strong> <p class=\"schema-faq-answer\">Once you add SPF or DKIM, it usually takes a few minutes to a few hours for DNS to update. After that, Avanan and mail servers start recognising the records and applying them automatically.<\/p> <\/div> <\/div>\n","protected":false},"excerpt":{"rendered":"<p>Email environments running on platforms like Microsoft 365 &#8230;<\/p>\n","protected":false},"author":1,"featured_media":42557,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[204,205,209],"tags":[],"class_list":["post-42377","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-knowledge-base","category-source-configuration"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Avanan SPF Record and DKIM Configuration: Step by Step<\/title>\n<meta name=\"description\" content=\"Learn how to set up the Avanan SPF record and DKIM step by step to improve email security and pass DMARC authentication.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/easydmarc.com\/blog\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Avanan SPF Record and DKIM Configuration: Step by Step\" \/>\n<meta property=\"og:description\" content=\"Learn how to set up the Avanan SPF record and DKIM step by step to improve email security and pass DMARC authentication.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/easydmarc.com\/blog\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\/\" \/>\n<meta property=\"og:site_name\" content=\"EasyDMARC\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/EasyDMARC\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-09-30T12:43:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-07T01:55:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2024\/09\/Avanans-SPF-and-DKIM-configuration-step-by-step-guideline-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1618\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"EasyDMARC\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@easydmarc\" \/>\n<meta name=\"twitter:site\" content=\"@easydmarc\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"EasyDMARC\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\\\/\"},\"author\":{\"name\":\"EasyDMARC\",\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/#\\\/schema\\\/person\\\/449261e9810b270cc697c7c9c5b89e97\"},\"headline\":\"Avanan SPF Record and DKIM Configuration: Step by Step\",\"datePublished\":\"2024-09-30T12:43:50+00:00\",\"dateModified\":\"2026-03-07T01:55:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\\\/\"},\"wordCount\":1458,\"publisher\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/Avanans-SPF-and-DKIM-configuration-step-by-step-guideline-scaled.jpg\",\"articleSection\":[\"Blog\",\"Knowledge Base\",\"Source Configuration\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/easydmarc.com\\\/blog\\\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\\\/#respond\"]}]},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\\\/\",\"url\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\\\/\",\"name\":\"Avanan SPF Record and DKIM Configuration: Step by Step\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/Avanans-SPF-and-DKIM-configuration-step-by-step-guideline-scaled.jpg\",\"datePublished\":\"2024-09-30T12:43:50+00:00\",\"dateModified\":\"2026-03-07T01:55:56+00:00\",\"description\":\"Learn how to set up the Avanan SPF record and DKIM step by step to improve email security and pass DMARC authentication.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\\\/#breadcrumb\"},\"mainEntity\":[{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\\\/#faq-question-1772845372549\"},{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\\\/#faq-question-1772845397408\"}],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/easydmarc.com\\\/blog\\\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\\\/#primaryimage\",\"url\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/Avanans-SPF-and-DKIM-configuration-step-by-step-guideline-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/Avanans-SPF-and-DKIM-configuration-step-by-step-guideline-scaled.jpg\",\"width\":2560,\"height\":1618},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/easydmarc.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Knowledge Base\",\"item\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/category\\\/knowledge-base\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Source Configuration\",\"item\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/category\\\/knowledge-base\\\/source-configuration\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Avanan SPF Record and DKIM Configuration: Step by Step\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/\",\"name\":\"EasyDMARC\",\"description\":\"Blog\",\"publisher\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/easydmarc.com\\\/#organization\",\"name\":\"EasyDMARC\",\"url\":\"https:\\\/\\\/easydmarc.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/easydmarc.com\\\/img\\\/logo.png\"},\"image\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/EasyDMARC\\\/\",\"https:\\\/\\\/x.com\\\/easydmarc\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/easydmarc\\\/mycompany\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/#\\\/schema\\\/person\\\/449261e9810b270cc697c7c9c5b89e97\",\"name\":\"EasyDMARC\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fcbf1ca829f8e0977fce524da20caa8a528368d0909ce48741526046e5113259?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fcbf1ca829f8e0977fce524da20caa8a528368d0909ce48741526046e5113259?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fcbf1ca829f8e0977fce524da20caa8a528368d0909ce48741526046e5113259?s=96&r=g\",\"caption\":\"EasyDMARC\"},\"url\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/author\\\/easydmarc\\\/\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\\\/#faq-question-1772845372549\",\"position\":1,\"url\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\\\/#faq-question-1772845372549\",\"name\":\"What happens if the Avanan SPF record is missing or incorrect?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"If the Avanan SPF record is missing or wrong, email servers may not trust your messages. This can lead to delivery failures, emails landing in spam, or attackers spoofing your domain more easily.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\\\/#faq-question-1772845397408\",\"position\":2,\"url\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\\\/#faq-question-1772845397408\",\"name\":\"How long does it take for Avanan SPF and DKIM to start working after setup?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Once you add SPF or DKIM, it usually takes a few minutes to a few hours for DNS to update. After that, Avanan and mail servers start recognising the records and applying them automatically.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Avanan SPF Record and DKIM Configuration: Step by Step","description":"Learn how to set up the Avanan SPF record and DKIM step by step to improve email security and pass DMARC authentication.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/easydmarc.com\/blog\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\/","og_locale":"en_US","og_type":"article","og_title":"Avanan SPF Record and DKIM Configuration: Step by Step","og_description":"Learn how to set up the Avanan SPF record and DKIM step by step to improve email security and pass DMARC authentication.","og_url":"https:\/\/easydmarc.com\/blog\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\/","og_site_name":"EasyDMARC","article_publisher":"https:\/\/www.facebook.com\/EasyDMARC\/","article_published_time":"2024-09-30T12:43:50+00:00","article_modified_time":"2026-03-07T01:55:56+00:00","og_image":[{"width":2560,"height":1618,"url":"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2024\/09\/Avanans-SPF-and-DKIM-configuration-step-by-step-guideline-scaled.jpg","type":"image\/jpeg"}],"author":"EasyDMARC","twitter_card":"summary_large_image","twitter_creator":"@easydmarc","twitter_site":"@easydmarc","twitter_misc":{"Written by":"EasyDMARC","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/easydmarc.com\/blog\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\/#article","isPartOf":{"@id":"https:\/\/easydmarc.com\/blog\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\/"},"author":{"name":"EasyDMARC","@id":"https:\/\/easydmarc.com\/blog\/#\/schema\/person\/449261e9810b270cc697c7c9c5b89e97"},"headline":"Avanan SPF Record and DKIM Configuration: Step by Step","datePublished":"2024-09-30T12:43:50+00:00","dateModified":"2026-03-07T01:55:56+00:00","mainEntityOfPage":{"@id":"https:\/\/easydmarc.com\/blog\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\/"},"wordCount":1458,"publisher":{"@id":"https:\/\/easydmarc.com\/blog\/#organization"},"image":{"@id":"https:\/\/easydmarc.com\/blog\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\/#primaryimage"},"thumbnailUrl":"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2024\/09\/Avanans-SPF-and-DKIM-configuration-step-by-step-guideline-scaled.jpg","articleSection":["Blog","Knowledge Base","Source Configuration"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/easydmarc.com\/blog\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\/#respond"]}]},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/easydmarc.com\/blog\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\/","url":"https:\/\/easydmarc.com\/blog\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\/","name":"Avanan SPF Record and DKIM Configuration: Step by Step","isPartOf":{"@id":"https:\/\/easydmarc.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/easydmarc.com\/blog\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\/#primaryimage"},"image":{"@id":"https:\/\/easydmarc.com\/blog\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\/#primaryimage"},"thumbnailUrl":"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2024\/09\/Avanans-SPF-and-DKIM-configuration-step-by-step-guideline-scaled.jpg","datePublished":"2024-09-30T12:43:50+00:00","dateModified":"2026-03-07T01:55:56+00:00","description":"Learn how to set up the Avanan SPF record and DKIM step by step to improve email security and pass DMARC authentication.","breadcrumb":{"@id":"https:\/\/easydmarc.com\/blog\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\/#breadcrumb"},"mainEntity":[{"@id":"https:\/\/easydmarc.com\/blog\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\/#faq-question-1772845372549"},{"@id":"https:\/\/easydmarc.com\/blog\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\/#faq-question-1772845397408"}],"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/easydmarc.com\/blog\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/easydmarc.com\/blog\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\/#primaryimage","url":"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2024\/09\/Avanans-SPF-and-DKIM-configuration-step-by-step-guideline-scaled.jpg","contentUrl":"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2024\/09\/Avanans-SPF-and-DKIM-configuration-step-by-step-guideline-scaled.jpg","width":2560,"height":1618},{"@type":"BreadcrumbList","@id":"https:\/\/easydmarc.com\/blog\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/easydmarc.com\/"},{"@type":"ListItem","position":2,"name":"Knowledge Base","item":"https:\/\/easydmarc.com\/blog\/category\/knowledge-base\/"},{"@type":"ListItem","position":3,"name":"Source Configuration","item":"https:\/\/easydmarc.com\/blog\/category\/knowledge-base\/source-configuration\/"},{"@type":"ListItem","position":4,"name":"Avanan SPF Record and DKIM Configuration: Step by Step"}]},{"@type":"WebSite","@id":"https:\/\/easydmarc.com\/blog\/#website","url":"https:\/\/easydmarc.com\/blog\/","name":"EasyDMARC","description":"Blog","publisher":{"@id":"https:\/\/easydmarc.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/easydmarc.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/easydmarc.com\/#organization","name":"EasyDMARC","url":"https:\/\/easydmarc.com\/","logo":{"@type":"ImageObject","url":"https:\/\/easydmarc.com\/img\/logo.png"},"image":{"@id":"https:\/\/easydmarc.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/EasyDMARC\/","https:\/\/x.com\/easydmarc","https:\/\/www.linkedin.com\/company\/easydmarc\/mycompany\/"]},{"@type":"Person","@id":"https:\/\/easydmarc.com\/blog\/#\/schema\/person\/449261e9810b270cc697c7c9c5b89e97","name":"EasyDMARC","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/fcbf1ca829f8e0977fce524da20caa8a528368d0909ce48741526046e5113259?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/fcbf1ca829f8e0977fce524da20caa8a528368d0909ce48741526046e5113259?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fcbf1ca829f8e0977fce524da20caa8a528368d0909ce48741526046e5113259?s=96&r=g","caption":"EasyDMARC"},"url":"https:\/\/easydmarc.com\/blog\/author\/easydmarc\/"},{"@type":"Question","@id":"https:\/\/easydmarc.com\/blog\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\/#faq-question-1772845372549","position":1,"url":"https:\/\/easydmarc.com\/blog\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\/#faq-question-1772845372549","name":"What happens if the Avanan SPF record is missing or incorrect?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"If the Avanan SPF record is missing or wrong, email servers may not trust your messages. This can lead to delivery failures, emails landing in spam, or attackers spoofing your domain more easily.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/easydmarc.com\/blog\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\/#faq-question-1772845397408","position":2,"url":"https:\/\/easydmarc.com\/blog\/avanan-spf-record-and-dkim-configuration-step-by-step-guideline\/#faq-question-1772845397408","name":"How long does it take for Avanan SPF and DKIM to start working after setup?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Once you add SPF or DKIM, it usually takes a few minutes to a few hours for DNS to update. After that, Avanan and mail servers start recognising the records and applying them automatically.","inLanguage":"en-US"},"inLanguage":"en-US"}]}},"jetpack_featured_media_url":"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2024\/09\/Avanans-SPF-and-DKIM-configuration-step-by-step-guideline-scaled.jpg","_links":{"self":[{"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/posts\/42377","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/comments?post=42377"}],"version-history":[{"count":7,"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/posts\/42377\/revisions"}],"predecessor-version":[{"id":59555,"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/posts\/42377\/revisions\/59555"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/media\/42557"}],"wp:attachment":[{"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/media?parent=42377"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/categories?post=42377"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/tags?post=42377"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}