From c2960cd770d3c04ac36afc3953a1062d8d38dc96 Mon Sep 17 00:00:00 2001 From: "Brook Jeynes [SSW]" Date: Tue, 7 Nov 2023 08:46:48 +1000 Subject: [PATCH] =?UTF-8?q?Update=20Rule=20=E2=80=9Cemail-security-spf-dki?= =?UTF-8?q?m-dmarc/rule=E2=80=9D=20(#7185)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rules/email-security-spf-dkim-dmarc/rule.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/email-security-spf-dkim-dmarc/rule.md b/rules/email-security-spf-dkim-dmarc/rule.md index a3db43df66a..c98c5657508 100644 --- a/rules/email-security-spf-dkim-dmarc/rule.md +++ b/rules/email-security-spf-dkim-dmarc/rule.md @@ -25,7 +25,7 @@ SPF is an email authentication method designed to prevent spammers from sending 1. Identify the mail servers that are authorized to send email on behalf of your domain. 2. Create an SPF record in the DNS for your domain. The record might look something like: -``` +```bash v=spf1 ip4:192.0.2.0/24 ip4:198.51.100.123 a -all ``` @@ -51,7 +51,7 @@ DMARC unifies the SPF and DKIM authentication mechanisms into a common framework 1. Ensure SPF and DKIM are in place. 2. Create a DMARC policy record, which will look something like: -``` +```bash v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com ```