G-Suite
Google Apps、SPF、softfail 問題(使用驗證工具進行驗證,否則仍會出現 softfail)
我想這可能是一個常見且無聊的問題,但我真的很茫然,我不知道還能做什麼。這可能是其他問題的重複,但沒有一個解決方案對我有用。我已經用Google搜尋並閱讀了幾乎所有我能找到的東西,但我仍然對它為什麼不起作用感到困惑。
我的問題的要點是我已經為我的客戶設置了 Google Apps,其域為 fintan.dk。一切都很好,除了從 *@fintan.dk(使用 Gmail 網路界面或桌面客戶端)發送到非 Google Apps 電子郵件的電子郵件會遇到軟失敗(我已發送到我的大學電子郵件,這是一封託管在 MediaTemple 的電子郵件甚至是 Hotmail)。電子郵件在發送到 Google Apps 或 Gmail 地址時會通過…(來自該域的所有電子郵件都通過電子郵件客戶端發送。)
所以這就是我到目前為止所做的:
- 我添加了Google推薦的 SPF 記錄(v=spf1 包括:_spf.google.com ~all),等了幾天,希望它會出現 DNS 更新延遲問題。現在,三天后沒有任何變化。
- 我已經多次驗證了桌面客戶端中的設置。
- 我已經使用SPF 查詢工具、spf-test@openspf.org 和 check-auth@verifier.port25.com 等驗證工具驗證了記錄。他們都驗證並通過,說應該沒有問題,但奇怪的是仍然存在。
所以,我真的不知道還能做什麼。很感謝任何形式的幫助。
先感謝您!
–
這是我從 *@fintan.dk 地址發送到非 Google Apps/-Gmail 地址的電子郵件的 som 標頭,電子郵件託管在 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 mc@newzoo.no; 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: <****5c90912060401w1a16edc8x88706159cb35caa0@mail.gmail.com> To: **@newzoo.no Message-Id: <F0B66FDB-42A1-4114-80A8-A5AAD6FD7C3A@fintan.dk> 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: *
嘗試將您的記錄從 更改
v=spf1 include:_spf.google.com ~all
為v=spf1 mx include:_spf.google.com ~all
這就是我的 SPF 記錄所具有的(注意 mx 添加)它應該可以工作,因為Google的伺服器是域的 MX 伺服器。
此外,如果您需要託管
fintan.dk
網站的伺服器發送電子郵件,請將記錄更改為v=spf1 a mx include:_spf.google.com ~all
~all
表示軟失敗。如果要指定硬失敗,則需要使用-all
.