mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 05:57:39 +03:00
Add missing mailto: to DMARC ruf parameter in tutorial
This commit is contained in:
parent
b755810e8a
commit
3fbd1e271f
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ example.org. TXT "v=spf1 mx -all"
|
||||||
|
|
||||||
; Opt-in into DMARC with permissive policy and request reports about broken
|
; Opt-in into DMARC with permissive policy and request reports about broken
|
||||||
; messages.
|
; 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
|
And the last one, DKIM key, is a bit tricky. maddy generated a key for you on
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue