MopeyGecko
Verified User
- Joined
- Apr 6, 2022
- Messages
- 32
I'm getting DMARC failure reports from google as follows
Can someone please help point me to where I should start checking for the cause of this failure? It seems specific to the server hostname host.mydomain.com rather than the top level my domain.com.
I suspect it may be a problem with ip6 config on the server?
I tried following the guide at https://www.vpsbasics.com/cp/how-to-enable-and-assign-ipv6-addresses-in-directadmin/ but after I add the ip6 address provided by the datacenter my main domain becomes inaccessible almost immediately.
Code:
<?xml version="1.0" encoding="UTF-8" ?>
<feedback>
<report_metadata>
<org_name>google.com</org_name>
<email>[email protected]</email>
<extra_contact_info>https://support.google.com/a/answer/2466580</extra_contact_info>
<report_id>18377262427000729987</report_id>
<date_range>
<begin>1680220800</begin>
<end>1680307199</end>
</date_range>
</report_metadata>
<policy_published>
<domain>mydomain.com</domain>
<adkim>r</adkim>
<aspf>r</aspf>
<p>reject</p>
<sp>reject</sp>
<pct>100</pct>
</policy_published>
<record>
<row>
<source_ip>{ipv6}</source_ip>
<count>1</count>
<policy_evaluated>
<disposition>reject</disposition>
<dkim>fail</dkim>
<spf>fail</spf>
</policy_evaluated>
</row>
<identifiers>
<header_from>mydomain.com</header_from>
</identifiers>
<auth_results>
<spf>
<domain>host.mydomain.com</domain>
<result>none</result>
</spf>
</auth_results>
</record>
<record>
<row>
<source_ip>{ipv6}</source_ip>
<count>2</count>
<policy_evaluated>
<disposition>none</disposition>
<dkim>pass</dkim>
<spf>pass</spf>
</policy_evaluated>
</row>
<identifiers>
<header_from>mydomain.com</header_from>
</identifiers>
<auth_results>
<dkim>
<domain>mydomain.com</domain>
<result>pass</result>
<selector>x</selector>
</dkim>
<spf>
<domain>mydomain.com</domain>
<result>pass</result>
</spf>
</auth_results>
</record>
</feedback>
Can someone please help point me to where I should start checking for the cause of this failure? It seems specific to the server hostname host.mydomain.com rather than the top level my domain.com.
I suspect it may be a problem with ip6 config on the server?
I tried following the guide at https://www.vpsbasics.com/cp/how-to-enable-and-assign-ipv6-addresses-in-directadmin/ but after I add the ip6 address provided by the datacenter my main domain becomes inaccessible almost immediately.