Difference between revisions of "Dmarc"
Jump to navigation
Jump to search
(Created page with "# Receive for external domain https://serverfault.com/questions/889691/why-my-dmarc-are-not-giving-permission-for-reports https://dmarc.org/2015/08/receiving-dmarc-reports-ou...") |
|||
| Line 3: | Line 3: | ||
https://dmarc.org/2015/08/receiving-dmarc-reports-outside-your-domain/ | https://dmarc.org/2015/08/receiving-dmarc-reports-outside-your-domain/ | ||
| + | |||
| + | ## Example | ||
| + | |||
| + | https://www.contoso.one/2018/09/setting-up-email-for-parked-domains.html#ExternalAuth | ||
| + | ``` | ||
| + | example.com._report._dmarc TXT "v=DMARC1" | ||
| + | *.example.com._report._dmarc TXT "v=DMARC1" | ||
| + | ``` | ||
Revision as of 14:03, 9 July 2023
Receive for external domain
https://serverfault.com/questions/889691/why-my-dmarc-are-not-giving-permission-for-reports
https://dmarc.org/2015/08/receiving-dmarc-reports-outside-your-domain/
Example
https://www.contoso.one/2018/09/setting-up-email-for-parked-domains.html#ExternalAuth
example.com._report._dmarc TXT "v=DMARC1" *.example.com._report._dmarc TXT "v=DMARC1"