Add missing mailto: to DMARC ruf parameter in tutorial

This commit is contained in:
Arisu Desu 2021-07-02 16:09:25 +03:00 committed by Max Mazurov
parent b755810e8a
commit 3fbd1e271f

View file

@ -170,7 +170,7 @@ example.org. TXT "v=spf1 mx -all"
; Opt-in into DMARC with permissive policy and request reports about broken
; messages.
_dmarc.example.org. TXT "v=DMARC1; p=none; ruf=postmaster@example.org"
_dmarc.example.org. TXT "v=DMARC1; p=none; ruf=mailto:postmaster@example.org"
```
And the last one, DKIM key, is a bit tricky. maddy generated a key for you on