Maddy: Difference between revisions
imported>Onny No edit summary |
imported>Onny Add info about MTA-STS record |
||
| Line 58: | Line 58: | ||
;; ANSWER SECTION: | ;; ANSWER SECTION: | ||
_dmarc.example.org. 3600 IN TXT "v=DMARC1; p=quarantine; ruf=mailto:postmaster@example.org" | _dmarc.example.org. 3600 IN TXT "v=DMARC1; p=quarantine; ruf=mailto:postmaster@example.org" | ||
# dig TXT _mta-sts.example.org | |||
;; ANSWER SECTION: | |||
_mta-sts.example.org. TXT "v=STSv1; id=1" | |||
# dig TXT _smtp._tls.example.org | |||
;; ANSWER SECTION: | |||
_smtp._tls.example.org. TXT "v=TLSRPTv1;rua=mailto:postmaster@example.org" | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Using the <code>DMARC</code> record, we enforce a permissive policy and request reports about broken messages. The last to entries mark the domain <code>MTA-STS</code> compatible. | |||
=== Managing users and inboxes === | === Managing users and inboxes === | ||