我有一臺裝有Wordpress的Ubuntu服務器。當從我得到以下標題中的服務器向用戶發送電子郵件:Received-Spf:neutral
Received-Spf: neutral.
我沒有設置在以下物質的SPF記錄:
v=spf1 mx a include:_spf.google.com include:spf.gigahost.dk ~all
的A記錄解析到我的服務器的IP這是
46.101.199.65
當http://vamsoft.com/support/tools/spf-policy-tester與IP和電子郵件[email protected]它通過測試。
任何想法爲什麼谷歌不標記電子郵件作爲「通過」從服務器發送?
這是完整的標題。我用[email protected]替換了我的電子郵件。但接收電子郵件是Google Apps帳戶。
Delivered-To: [email protected]
Received: by 10.157.38.140 with SMTP id l12csp352662otb;
Tue, 5 Jul 2016 06:42:16 -0700 (PDT)
X-Received: by 10.28.50.131 with SMTP id y125mr17192051wmy.94.1467726136065;
Tue, 05 Jul 2016 06:42:16 -0700 (PDT)
Return-Path: <[email protected]>
Received: from ubuntu-2gb-fra1-01-tpk ([46.101.199.65])
by mx.google.com with ESMTP id f66si16033wme.56.2016.07.05.06.42.15
for <[email protected]>;
Tue, 05 Jul 2016 06:42:16 -0700 (PDT)
Received-SPF: neutral (google.com: 46.101.199.65 is neither permitted nor denied by best guess record for domain of [email protected]) client-ip=46.101.199.65;
Authentication-Results: mx.google.com;
spf=neutral (google.com: 46.101.199.65 is neither permitted nor denied by best guess record for domain of [email protected]) [email protected]
Received: by ubuntu-2gb-fra1-01-tpk (Postfix, from userid 33)
id AF06414471B; Tue, 5 Jul 2016 09:42:15 -0400 (EDT)
To: [email protected]
Subject: =?UTF-8?Q?Your_Kj=C3=B8tt_og_Blod_order_receipt_from_July_5,_2016?=
X-PHP-Originating-Script: 33:class-phpmailer.php
Date: Tue, 5 Jul 2016 13:42:15 +0000
From: =?UTF-8?Q?Kj=C3=B8tt_og_Blod?= <[email protected]>
Message-ID: <[email protected]>
X-Mailer: PHPMailer 5.2.14 (https://github.com/PHPMailer/PHPMailer)
MIME-Version: 1.0
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit
我猜測它與該行有關: 身份驗證結果:mx.google.com; spf = neutral(google.com:46.101.199.65既不允許也不被www-data @ ubuntu-2gb-fra1-01-tpk域的最佳猜測記錄拒絕)smtp.mailfrom = [email protected] -01-tpk 但該域名是kjottogblod.com。以上是Digital Ocean上的液滴名稱。他們有什麼關係? – Kasper