Appendix B. Extended Examples
These examples are based on the following DNS setup:
付録B. 拡張された例
これらの例は、以下のDNS設定に基づいている:
; A domain with two mail servers, two hosts ; and two servers at the domain name$ORIGIN example.com. @ MX 10 mail-a MX 20 mail-b A 192.0.2.10 A 192.0.2.11 amy A 192.0.2.65 bob A 192.0.2.66 mail-a A 192.0.2.129 mail-b A 192.0.2.130 www CNAME example.com. ; A related domain $ORIGIN example.org. @ MX 10 mail-c mail-c A 192.0.2.140 ; The reverse IP for those addresses $ORIGIN 2.0.192.in-addr.arpa. 10 PTR example.com. 11 PTR example.com. 65 PTR amy.example.com. 66 PTR bob.example.com. 129 PTR mail-a.example.com. 130 PTR mail-b.example.com. 140 PTR mail-c.example.org. ; A rogue reverse IP domain that claims to be ; something it's not $ORIGIN 0.0.10.in-addr.arpa. 4 PTR bob.example.com.; 同じドメイン名で2個のメールサーバ、2個のホスト、2個のサーバを持つドメイン $ORIGIN example.com. @ MX 10 mail-a MX 20 mail-b A 192.0.2.10 A 192.0.2.11 amy A 192.0.2.65 bob A 192.0.2.66 mail-a A 192.0.2.129 mail-b A 192.0.2.130 www CNAME example.com. ; 関連ドメイン $ORIGIN example.org. @ MX 10 mail-c mail-c A 192.0.2.140 ; 上記のアドレスに対するリバースIP $ORIGIN 2.0.192.in-addr.arpa. 10 PTR example.com. 11 PTR example.com. 65 PTR amy.example.com. 66 PTR bob.example.com. 129 PTR mail-a.example.com. 130 PTR mail-b.example.com. 140 PTR mail-c.example.org. ; 偽称している不正なリバースIPドメイン$ORIGIN 0.0.10.in-addr.arpa. 4 PTR bob.example.com.
B.1. Simple Examples
These examples show various possible published records for example.com and which values if <ip> would cause check_host() to return "Pass". Note that <domain> is "example.com".
B.1. 単純な例
以下では、example.comの公開するレコードの様々な例を挙げ、check_host() が“Pass”を返すような <ip> の値を示している。<domain> は“example.com”である。
v=spf1 +all -- any <ip> passes v=spf1 a -all -- hosts 192.0.2.10 and 192.0.2.11 pass
[Page 44]
《PREV》 |