8

Google Apps For Your Domain クライアントがいくつかあり、それぞれに次のような SPF レコードがあります。

ホスト名:
@

TXT データ:
v=spf1 include:_spf.google.com ~all

これらの多くは、典型的な 48 時間の DNS 更新期間は言うまでもなく、数か月にわたって設定されています. 電子メールを送信する場合:

check-auth@verifier.port25.com

すべてのドメインから、SPF で PASS を取得します。まだ - 電子メールを送信する場合:

spf-test@openspf.org

次のようなメール配信エラーが発生します。

Delivery to the following recipient failed permanently:

    spf-test@openspf.org

Technical details of permanent failure:

Google tried to deliver your message, but it was rejected by the recipient domain.
We recommend contacting the other email provider for further information about the
cause of this error. The error that the other server returned was: 550 550 5.7.1
<spf-test@openspf.org>: Recipient address rejected: SPF Tests: Mail-From
Result="pass": Mail From="xxxxx@xxxxxx.com" HELO name="mail-yi0-f45.google.com"
HELO Result="none" Remote IP="209.85.218.45" (state 14).

----- Original message -----

Received: by 10.150.204.10 with SMTP id b10mr1415096ybg.340.1296170820591;
 Thu, 27 Jan 2011 15:27:00 -0800 (PST)
MIME-Version: 1.0
Received: by 10.151.51.18 with HTTP; Thu, 27 Jan 2011 15:26:40 -0800 (PST)
From: Chris Moschini <xxxxx@xxxxxx.com>
Date: Thu, 27 Jan 2011 15:26:40 -0800
Message-ID: <AANLkTiknfTV9cU5v1tRC39chacqxz71Ch366eHEoxhX7@mail.gmail.com>
Subject: Test4
To: spf-test@openspf.org
Content-Type: multipart/alternative; boundary=000e0cd2e71a546250049adc49bb
4

1 に答える 1

10

設計上、spf-test@openspf.org に電子メールを送信するとエラーが返されます。エラーメッセージには、テストが機能したかどうかに関係なく結果が含まれています。Mail-From Result="pass": は、メール送信時にテストが SPF に合格したことを示します。このすべてに関する完全なドキュメントは、http ://www.openspf.org/Tools で参照してください。

于 2011-02-06T12:28:04.703 に答える