mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update dkim.md
This commit is contained in:
parent
25a6bcd0af
commit
65c67c4cb6
1 changed files with 4 additions and 3 deletions
7
dkim.md
7
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:<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
|
||||
|
|
Loading…
Reference in a new issue