Google Apps、SPF、軟失敗問題(使用驗證工具進行驗證,但否則仍會軟失敗)

Google Apps、SPF、軟失敗問題(使用驗證工具進行驗證,但否則仍會軟失敗)

我想這可能是個常見且無聊的問題,但我真的很茫然,我不知道還能做什麼。這可能與其他問題重複,但沒有一個解決方案對我有用。我用谷歌搜尋並閱讀了幾乎所有我能找到的東西,但我仍然很困惑為什麼它不起作用。

我的問題的要點是,我已經為我的一個網域為 fintan.dk 的客戶設定了 Google Apps。一切都運作得很好,除了從*@fintan.dk(透過Gmail 網路介面或桌面用戶端)發送到非Google Apps 電子郵件的電子郵件出現軟失敗(我已向我的大學電子郵件發送了一封在MediaTemple 託管的電子郵件)甚至 Hotmail)。不過,當發送到 Google Apps 或 Gmail 地址時,電子郵件會獲得透過...(來自該網域的所有電子郵件均透過電子郵件用戶端發送。)

這就是我到目前為止所做的:

  • 我已經添加了 Google 推薦的 SPF 記錄(v=spf1 include:_spf.google.com ~all),等了幾天希望這會是 DNS 更新延遲問題。現在,三天過去了,沒有任何變化。
  • 我已多次驗證桌面用戶端中的設定。
  • 我已經使用驗證工具驗證了記錄,例如SPF查詢工具,[電子郵件受保護][電子郵件受保護]。他們都驗證並通過,說應該沒有問題,但奇怪的是仍然存在。

所以,我真的不知道還能做什麼。很感謝任何形式的幫助。

先感謝您!

--

以下是我從 *@fintan.dk 位址發送到非 Google Apps/-Gmail 位址的電子郵件的一些標頭,該電子郵件託管在 MediaTemple **@newzoo.no 上。

Delivered-To: ***@***
Received: by 10.204.113.141 with SMTP id a13cs215458bkq;
        Mon, 7 Jun 2010 14:27:23 -0700 (PDT)
Received: by 10.204.83.228 with SMTP id g36mr347934bkl.133.1275946041770;
        Mon, 07 Jun 2010 14:27:21 -0700 (PDT)
Received-SPF: softfail (google.com: best guess record for domain of transitioning **@fintan.dk does not designate **.**.***.*** as permitted sender) client-ip=**.**.***.***;
Received: by 10.188.26.13 with POP3 id 13mf159579bwz.53;
        Mon, 07 Jun 2010 14:27:21 -0700 (PDT)
X-Gmail-Fetch-Info: **@newzoo.no 3 mail.newzoo.no 110 **@newzoo.no
Return-path: <**@fintan.dk>
Envelope-to: **@newzoo.no
Delivery-date: Mon, 07 Jun 2010 14:27:17 -0700
Received: from mail-ew0-f224.google.com ([209.85.219.224]:44843)
    by cl29.gs01.gridserver.com with esmtp (Exim 4.63)
    (envelope-from <**@fintan.dk>)
    id 1OLjqk-0007P1-RP
    for [email protected]; Mon, 07 Jun 2010 14:27:17 -0700
Received: by ewy24 with SMTP id 24so1953534ewy.34
        for <**@newzoo.no>; Mon, 07 Jun 2010 14:27:13 -0700 (PDT)
Received: by 10.213.22.14 with SMTP id l14mr11377870ebb.55.1275946032661;
        Mon, 07 Jun 2010 14:27:12 -0700 (PDT)
Received: from [192.168.1.4] (cm-84.215.178.166.getinternet.no [84.215.178.166])
        by mx.google.com with ESMTPS id 13sm2910690ewy.5.2010.06.07.14.27.11
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Mon, 07 Jun 2010 14:27:11 -0700 (PDT)
From: Moquan Chen <**@fintan.dk>
Content-Type: multipart/alternative; boundary=Apple-Mail-16--861396158
Date: Mon, 7 Jun 2010 23:27:10 +0200
References: <****[email protected]>
To: **@newzoo.no
Message-Id: <[email protected]>
Mime-Version: 1.0 (Apple Message framework v1075.2)
X-Mailer: Apple Mail (2.1075.2)
X-Spam-Status: "score=1.0 tests=HTML_MESSAGE version=3.1.7"
X-Spam-Level: *

答案1

嘗試將您的記錄從 更改v=spf1 include:_spf.google.com ~allv=spf1 mx include:_spf.google.com ~all

這就是我的 SPF 記錄(注意 mx 添加),它應該可以工作,因為 google 的伺服器是該網域的 MX 伺服器。

此外,如果您需要託管網站的伺服器fintan.dk發送電子郵件,請將記錄變更為v=spf1 a mx include:_spf.google.com ~all

答案2

~all意味著軟失敗。如果您想指定硬故障,則需要使用-all.

http://www.openspf.org/SPF_Record_Syntax

相關內容