我最近刚在我的邮件服务器上设置了DMARC,在接收到的邮件中,SPF、DKIM和DMARC头的顺序很奇怪。此外,如果DKIM签名错误签名,则根本没有DMARC相关的“身份验证-结果”报头。
这是正确的吗?SPF头不应该在DMARC结果之前吗?
我使用postfix,opendkim,opendmark和postfix-policyd spf-python。
Delivered-To: target@target.com
Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=1.2.3.4; helo=mail.source.com; envelope-from=me@source.com; receiver=target@target.com
Authentication-Results: mail.target.com; dmarc=none header.from=source.com
Received: from mail.source.com (mail.source.com [1.2.3.4])
by mail.target.com (Postfix) with ESMTPS id A818B3404A5
for <target@target.com>; Sat, 27 Aug 2016 09:59:23 +0200 (CEST)发布于 2016-09-01 14:46:45
DMARC TXT记录是什么样子的?是这样的吗?
_dmarc.example.com. 21599 IN TXT "v=DMARC1\;p=none\;sp=reject\;pct=100\;rua=mailto:dmarc@example.com"发布于 2016-09-01 18:18:20
结果包含
dmarc=none似乎您缺少dmarc记录,这样您就不会在其中看到任何spf和dkim相关信息。
https://serverfault.com/questions/799548
复制相似问题