Difference between revisions of "Dmarc"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
# Receive for external domain | # Receive for external domain | ||
− | |||
− | |||
− | |||
## Example | ## Example | ||
https://www.contoso.one/2018/09/setting-up-email-for-parked-domains.html#ExternalAuth | https://www.contoso.one/2018/09/setting-up-email-for-parked-domains.html#ExternalAuth | ||
+ | |||
+ | Add these to your receiving domain if receiving rua reports for example.com domain. | ||
``` | ``` | ||
example.com._report._dmarc TXT "v=DMARC1" | example.com._report._dmarc TXT "v=DMARC1" | ||
*.example.com._report._dmarc TXT "v=DMARC1" | *.example.com._report._dmarc TXT "v=DMARC1" | ||
``` | ``` | ||
+ | |||
+ | ### More links | ||
+ | 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/ |
Revision as of 14:17, 9 July 2023
v=DMARC1;p=reject;sp=quarantine;pct=100;rua=mailto:rua@example.com;
Receive for external domain
Example
https://www.contoso.one/2018/09/setting-up-email-for-parked-domains.html#ExternalAuth
Add these to your receiving domain if receiving rua reports for example.com domain.
example.com._report._dmarc TXT "v=DMARC1" *.example.com._report._dmarc TXT "v=DMARC1"
More links
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/