【发布时间】:2021-10-13 02:06:36
【问题描述】:
无法解释 dmarc 报告(来自 Google)。我们的 dmarc 政策目前设置为隔离。
<record>
<row>
<source_ip>NOT.OUR.IP.ADDRESS</source_ip>
<count>1</count>
<policy_evaluated>
<disposition>none</disposition>
<dkim>pass</dkim>
<spf>fail</spf>
</policy_evaluated>
</row>
<identifiers>
<header_from>OUR.DOMAIN</header_from>
</identifiers>
<auth_results>
<dkim>
<domain>OTHER.DOMAIN</domain>
<result>pass</result>
<selector>default</selector>
</dkim>
<dkim>
<domain>OUR.DOMAIN</domain>
<result>pass</result>
<selector>OUR.SELECTOR</selector>
</dkim>
<spf>
<domain>OTHER.DOMAIN</domain>
<result>pass</result>
</spf>
</auth_results>
</record>
OTHER.DOMAIN 有一条 spf 记录。
我不确定为什么 auth_results 都显示通过但 spf 最终失败。这是因为对我们的域进行了 dkim 检查,但没有进行 spf 检查?
有人知道这里发生了什么吗?我们的域是否被 OTHER.DOMAIN 欺骗? IP 地址与 OTHER.DOMAIN 匹配。
谢谢
j
【问题讨论】:
-
啊!如果我们向 EMAIL@OTHER.DOMAIN 发送电子邮件并且从那里进行了一些转发,这会发生吗?我检查并发送电子邮件到该域的地址。如果是这种情况并且我们启用了拒绝策略,这些转发会失败吗?