From 783717727372661bcb0ed5be7a54aeb8553ced63 Mon Sep 17 00:00:00 2001 From: Dennis Baaten Date: Mon, 20 May 2019 16:44:58 +0200 Subject: [PATCH] Updated SPF how to (markdown) --- SPF-how-to.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPF-how-to.md b/SPF-how-to.md index 30d6a38..e87e2da 100644 --- a/SPF-how-to.md +++ b/SPF-how-to.md @@ -12,7 +12,7 @@ Our current e-mail infrastructure was originally designed for any mail sending h * E-mail forwarding is not supported, since the e-mail is often forwarded by another e-mail server. * SPF does not work between domains that use the same e-mail server. -# DNS records (outbound e-mail traffic) +# Outbound e-mail traffic (DNS records) SPF for outbound e-mail traffic is limited to publishing an SPF policy as a TXT-record in a domain name's DNS zone. This enables other parties to use SPF for validating the authenticity of e-mail servers sending e-mail on behalf of your domain name. The example below shows an SPF record with a **hard fail**.