首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >我的OpenDMARC拒绝了firefox.com的电子邮件。他们的SPF记录正确吗?还是我错了?

我的OpenDMARC拒绝了firefox.com的电子邮件。他们的SPF记录正确吗?还是我错了?
EN

Server Fault用户
提问于 2020-09-30 23:53:24
回答 1查看 603关注 0票数 -2

为什么opendmarc拒绝来自firefox.com的邮件?看起来他们的SPF记录与他们的发送地址匹配,并且确实通过了:

代码语言:javascript
复制
v=spf1 mx a include:amazonses.com include:mail.zendesk.com -all

/var/log/maillog:

代码语言:javascript
复制
postfix/smtpd[19221]: connect from a59-48.smtp-out.us-west-2.amazonses.com[54.240.59.48]
postfix/smtpd[19221]: Anonymous TLS connection established from a59-48.smtp-out.us-west-2.amazonses.com[54.240.59.48]: TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)
postfix/smtpd[19221]: 559B1453AE7: client=a59-48.smtp-out.us-west-2.amazonses.com[54.240.59.48]
postfix/cleanup[19242]: 559B1453AE7: message-id=<01010174e1286c9e-b6d5f59b-d47f-4978-8979-ddc31c5b6170-000000@us-west-2.amazonses.com>
opendkim[25641]: 559B1453AE7: a59-48.smtp-out.us-west-2.amazonses.com [54.240.59.48] not internal
opendkim[25641]: 559B1453AE7: not authenticated
opendkim[25641]: 559B1453AE7: message has signatures from firefox.com, amazonses.com
opendkim[25641]: 559B1453AE7: DKIM verification successful
opendmarc[25631]: 559B1453AE7 ignoring Authentication-Results at 1 from ip-172-31-2-211.ec2.internal
opendmarc[25631]: 559B1453AE7: SPF(mailfrom): 01010174e1286c9e-b6d5f59b-d47f-4978-8979-ddc31c5b6170-000000@us-west-2.amazonses.com pass
opendmarc[25631]: 559B1453AE7: **firefox.com fail**
postfix/cleanup[19242]: 559B1453AE7: milter-reject: END-OF-MESSAGE from a59-48.smtp-out.us-west-2.amazonses.com[54.240.59.48]: 5.7.1 rejected by DMARC policy for firefox.com; from=<01010174e1286c9e-b6d5f59b-d47f-4978-8979-ddc31c5b6170-000000@us-west-2.amazonses.com> to=<redacted@redacted.com> proto=ESMTP helo=<a59-48.smtp-out.us-west-2.amazonses.com>
EN

回答 1

Server Fault用户

发布于 2020-10-07 10:15:31

在DMARC中,关于地址问题的规则被描述为标识符对齐,并且描述SPF认证域必须匹配域From标头的方式。

您正在查看某个邮件的日志,该邮件在这个意义上没有对齐:我可以从您的开放日志中看出,您收到的邮件是经过检查是否与firefox.com对齐的--但是上面的SPF授权是指.amazonses.com

我无法从您的日志中确切地看出另一种方法DKIM发生了什么。您最好通过接收来自已知的优秀发件人的邮件并查看Authentication-Results:头来了解这部分内容。我怀疑来自ip-172-31-2-211.ec2.internal的被忽略的头是您的,在这个地方,opendkim & opendmarc可能应该配置为使用全局唯一的东西(172.16.0.0/12不是),例如您的MX。

票数 0
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/1035917

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档