From 01e04cc4a77c8a597674718cd0bf8e9f23d746cb Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 1 Nov 2007 00:42:44 +0000 Subject: Add SPF TXT hints for all public A RRs. Improve comments. Use CNAME for services (they do not need SPF hints). --- bind/pri/JONES | 35 +++++++++++++++++++++++++++++++---- 1 file changed, 31 insertions(+), 4 deletions(-) (limited to 'bind/pri/JONES') diff --git a/bind/pri/JONES b/bind/pri/JONES index 896f235..45ed286 100644 --- a/bind/pri/JONES +++ b/bind/pri/JONES @@ -1,10 +1,13 @@ $TTL 3600 @ SOA dns.jones.dk. dr.jones.dk. ( - 2007082301 ; serial (2006021901) + 2007103101 ; serial (2006021901) 3600 ; refresh 1800 ; retry 604800 ; expire 3600 ) ; Negative Cache TTL + +; Public zone roots, mailhubs and non-CNAME services (use A) + A 80.196.110.134 NS dns.jones.dk. NS ns.bitbase.dk. NS ns.superserver.dk. @@ -15,6 +18,30 @@ $TTL 3600 MX 50 mail.idaa.dk. MX 50 mail.haakansson.com. TXT "v=spf1 mx -all" - A 80.196.110.134 -* A 80.196.110.134 - TXT "v=spf1 -all" + +; External hosts (use A and TXT-wrapped CNAME or PTR) + +; Public local hosts (use A) + +; Public wildcards of zone roots, hosts and non-CNAME services (use A and TXT or CNAME) +* CNAME xayide.jones.dk. + +; Public CNAME-mapped PTR records + +; Public authentication-related (LDAP and Kerberos) records + +; External services (use CNAME to local A, or A and TXT-wrapped CNAME, or CNAME if ok with partner) + +; Public local services (use CNAME) + +; Private zone roots, mailhubs and non-CNAME services (use A) + +; Private hosts (use A) + +; Private wildcards of zone roots, hosts and non-CNAME services (use CNAME) + +; Private CNAME-mapped PTR records + +; Private services (use CNAME) + +; Private CNAME-mapped PTR records -- cgit v1.2.3