v=spf1 a:example.org -all -- no sending hosts pass since example.org has no A records v=spf1 mx -all -- sending hosts 192.0.2.129 and 192.0.2.130 pass v=spf1 mx:example.org -all -- sending host 192.0.2.140 passes v=spf1 mx mx:example.org -all -- sending hosts 192.0.2.129, 192.0.2.130, and 192.0.2.140 pass v=spf1 mx/30 mx:example.org/30 -all -- any sending host in 192.0.2.128/30 or 192.0.2.140/30 passes v=spf1 ptr -all -- sending host 192.0.2.65 passes (reverse DNS is valid and is in example.com) -- sending host 192.0.2.140 fails (reverse DNS is valid, but not in example.com) -- sending host 10.0.0.4 fails (reverse IP is not valid) v=spf1 ip4:192.0.2.128/28 -all -- sending host 192.0.2.65 fails -- sending host 192.0.2.129 passesv=spf1 +all
―― どんな<ip>でも“Pass”になるv=spf1 a -all
―― ホスト192.0.2.10と192.0.2.11が“Pass”になるv=spf1 a:example.org -all
―― example.orgにAレコードがないため、“Pass”になる送信ホストはないv=spf1 mx -all
―― 送信ホスト192.0.2.129と192.0.2.130が“Pass”になるv=spf1 mx:example.org -all
―― 送信ホスト192.0.2.140が“Pass”になるv=spf1 mx mx:example.org -all
―― 送信ホスト192.0.2.129、192.0.2.130、192.0.2.140が“Pass”になるv=spf1 mx/30 mx:example.org/30 -all
―― 192.0.2.128/30または192.0.2.140/30中のどの送信ホストも“Pass”になるv=spf1 ptr -all
―― 送信ホスト192.0.2.65は“Pass”になる(リバースDNSが有効でexample.com内にある)
―― 送信ホスト192.0.2.140は“Fail”になる(リバースDNSは有効だがexample.com内にない)
―― 送信ホスト10.0.0.4は“Fail”になる(リバースIPが無効である)v=spf1 ip4:192.0.2.128/28 -all
―― 送信ホスト192.0.2.65は“Fail”になる
―― 送信ホスト192.0.2.129は“Pass”になる
B.2. Multiple Domain Example
These examples show the effect of related records: example.org: "v=spf1 include:example.com include:example.net -all"
B.2. 複数ドメインの例
次の例では、関連レコードの効果を示す:
example.org: "v=spf1 include:example.com include:example.net -all"This record would be used if mail from example.org actually came through servers at example.com and example.net. Example.org's designated servers are the union of example.com's and example.net's designated servers.このレコードは、example.orgからのメールが実際にはexample.comやexample.netを通って来た場合に使われる。example.orgの指定サーバは、example.comとexample.netの指定サーバ群の集合である。
la.example.org: "v=spf1 redirect=example.org" ny.example.org: "v=spf1 redirect=example.org" sf.example.org: "v=spf1 redirect=example.org"la.example.org: "v=spf1 redirect=example.org" ny.example.org: "v=spf1 redirect=example.org" sf.example.org: "v=spf1 redirect=example.org"These records allow a set of domains that all use the same mail system to make use of that mail system's record. In this way, only the mail system's record needs to be updated when the mail setup changes. These domains' records never have to change.これらのレコードは、すべて同じメールシステムを使用するドメイン群にそのメールシステムのレコード使用を許可する。このようにすれば、メール設定が変更されるときに更新する必要があるのは、そのメールシステムのレコードだけとなる。これらのドメインのレコードは変更されない。
[Page 45]
《PREV》 |