From 65c67c4cb6eebe37ebe1f25b2f3f006f71a067d3 Mon Sep 17 00:00:00 2001 From: "ma.azimi@laposte.net" Date: Sun, 28 Jun 2015 13:31:21 +0200 Subject: [PATCH] Update dkim.md --- dkim.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dkim.md b/dkim.md index 7d7f4eb8..057752f1 100644 --- a/dkim.md +++ b/dkim.md @@ -154,7 +154,8 @@ To test if it is all working well (don't forget that the DNS propagation can tak # SPF Lastly, don't forget to add a SPF key in your [DNS zone](/dns_config_en) such as: ```bash -DOMAIN.TLD 300 TXT "v=spf1 a:DOMAIN.TLD mx ?all" -``` +DOMAIN.TLD 300 TXT "v=spf1 a:DOMAIN.TLD ip4: ip6: mx ?all" + ``` -As reminder, the SPF field shows that the only machine using the IP address shows in your DNS zone are authorized to send emails. \ No newline at end of file +As reminder, the SPF field shows that the only machine using the IP address shows in your DNS zone are authorized to send emails. +If you don't have IPv6 on your email server, simply delete le ip6:<...> section