Update dkim.md

This commit is contained in:
ma.azimi@laposte.net 2015-06-28 13:31:21 +02:00 committed by YunoHost
parent 25a6bcd0af
commit 65c67c4cb6

View file

@ -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:<server public IPv4> ip6:<server public IPv6> 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.
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