summaryrefslogtreecommitdiff
path: root/bind/fake-222/JONES-nomail
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2009-06-29 11:52:35 +0000
committerJonas Smedegaard <dr@jones.dk>2009-06-29 11:52:35 +0000
commite55c3dd82068778b329a405c734d6d5de039ed0f (patch)
tree26cc8a16c7b27d98dc5d17d9c0d71619346a441b /bind/fake-222/JONES-nomail
parent3ca0ca0510628bebe5fc96a49f1f1a4e20b217bf (diff)
Reorder records: NS→A→MX→SPF→LOC→TYPE44→TXT. Tighten SPF and SRV records. Add 'MX 0 .' for non-MX hosts.
Diffstat (limited to 'bind/fake-222/JONES-nomail')
-rw-r--r--bind/fake-222/JONES-nomail5
1 files changed, 3 insertions, 2 deletions
diff --git a/bind/fake-222/JONES-nomail b/bind/fake-222/JONES-nomail
index 1d3f7d7..605a790 100644
--- a/bind/fake-222/JONES-nomail
+++ b/bind/fake-222/JONES-nomail
@@ -7,9 +7,10 @@ $TTL 604800
604800 ) ; Negative Cache TTL
; Public zone roots, mailhubs and non-CNAME services (use A)
- A 192.168.222.250 ;87.59.24.138
NS localhost.
- TXT "v=spf1 -all"
+ A 192.168.222.250 ;87.59.24.138
+ MX 0 .
+ SPF "v=spf1 -all"
; External hosts (use A and TXT-wrapped CNAME or PTR)