我为我的SMTP服务器configuration了DKIM和SPF,并且最近将策略设置为严格/拒绝。 我从Google获得了下面的报告。 源IP不是我的SMTP服务器。
我把它看作是Google检查DKIM和SPF,两者都失败,然后拒绝17条消息; 即期望的结果。
这是正确的解释吗?
... <record> <row> <source_ip>159.253.0.54</source_ip> <count>17</count> <policy_evaluated> <disposition>reject</disposition> <dkim>fail</dkim> <spf>fail</spf> </policy_evaluated> </row> <identifiers> <header_from>[obfuscated]</header_from> </identifiers> <auth_results> <spf> <domain>[obfuscated]</domain> <result>fail</result> </spf> </auth_results> </record>
是的,来自159.253.0.54的17封电子邮件被标记为被Google拒绝。
道格没有错,但直接链接是https://dmarcian.com/dmarc-xml/ ,它会给你类似的输出。
我不知道你是否指定了spf或者dkim或者两者都严格的alignment,但是既然两者都失败了,他们将会拒绝。