我为自定义域名设置了SPF和DKIM来发送电子邮件。 当SPF和DKIMtesting通过时,DMARCtesting对于回复地址不同于“发件人”字段的电子邮件将失败。 我的SPFlogging:
v=spf1 include:amazonses.com include:_spf.google.com -all
我的DMARClogging:
v=DMARC1; p=none; pct=100; rua=mailto:dmarc[email protected]; ruf=mailto:[email protected]
发送邮件的标题:
Delivered-To: [email protected] Received: by 10.129.165.193 with SMTP id c184csp206242ywh; Thu, 19 May 2016 03:56:53 -0700 (PDT) X-Received: by 10.233.239.210 with SMTP id d201mr13984760qkg.41.1463655413313; Thu, 19 May 2016 03:56:53 -0700 (PDT) Return-Path: <01000154c8a933ce-e7e039ee-6c9d-4e64-9693-28708e049ecf-000000@amazonses.com> Received: from a8-86.smtp-out.amazonses.com (a8-86.smtp-out.amazonses.com. [54.240.8.86]) by mx.google.com with ESMTPS id g90si11881962qgg.13.2016.05.19.03.56.53 for <[email protected]> (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 19 May 2016 03:56:53 -0700 (PDT) Received-SPF: pass (google.com: domain of 01000154c8a933ce-e7e039ee-6c9d-4e64-9693-28708e049ecf-000000@amazonses.com designates 54.240.8.86 as permitted sender) client-ip=54.240.8.86; Authentication-Results: mx.google.com; dkim=pass [email protected]; spf=pass (google.com: domain of 01000154c8a933ce-e7e039ee-6c9d-4e64-9693-28708e049ecf-000000@amazonses.com designates 54.240.8.86 as permitted sender) smtp.mailfrom=01000154c8a933ce-e7e039ee-6c9d-4e64-9693-28708e049ecf-000000@amazonses.com; dmarc=fail (p=NONE dis=NONE) header.from=mydomain.com DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=6gbrjpgwjskckoa6a5zn6fwqkn67xbtw; d=amazonses.com; t=1463655412; h=From:Reply-To:To:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID:Date:Feedback-ID; bh=F8+/Ni/QwQrszhKD2uANwAa3fcsUlA2ym/y/2fXINhY=; b=AlNNHzoGT1Ezy9haiRXTLviRYW5XGIGE8IXIMjGcLxogxh2tSPGCOt7yJCix/sI0 5sGh1EHuBHkrd3sTlQ5i5/O2/ci+dXc47mS7Efo8snkyVK7Kf8FlfwsrTontTGoUJWB L76+pQCzbzs+HZS9HXym8EO7ZEWp+7g33IX+W0oE= From: "MYDOMAIN.COM" <[email protected]> Reply-To: [email protected] To: [email protected]
这里可能有什么问题?
你的DKIM是不alignment的,你的SPF可能是不alignment的(我不能说没有真正的域名),这将导致你的DMARC失败。 其中一个必须是一致的,你可以在这里阅读更多关于这个: Indentifier Alignments
您也可以发送电子邮件到[email protected]并查明DMARC问题。 但报告中的DMARC报告部分是付费function,但价格便宜。