summaryrefslogtreecommitdiff
path: root/bind/pri/haakansson.com
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2009-06-29 10:46:59 +0000
committerJonas Smedegaard <dr@jones.dk>2009-06-29 10:46:59 +0000
commitc2276d22051519e97ef1493f9b79f7f61d0baaf3 (patch)
tree717621505b00ce183e574d6fd638e5f8b835e5ec /bind/pri/haakansson.com
parent3134b6c1547c4464e98644fe4c2ed26fc1dbd77c (diff)
Reorder records: A→MX→TXT→LOC. Tighten SPF hints. Add 'MX 0 .' for non-MX hosts.
Diffstat (limited to 'bind/pri/haakansson.com')
-rw-r--r--bind/pri/haakansson.com20
1 files changed, 12 insertions, 8 deletions
diff --git a/bind/pri/haakansson.com b/bind/pri/haakansson.com
index b55eedb..48f9916 100644
--- a/bind/pri/haakansson.com
+++ b/bind/pri/haakansson.com
@@ -1,6 +1,6 @@
$TTL 3600
@ SOA ns.bitbase.dk. dr.jones.dk. (
- 2008031201 ; serial
+ 2009062901 ; serial
3600 ; refresh
1800 ; retry
604800 ; expire
@@ -9,19 +9,23 @@ $TTL 3600
NS dns.jones.dk.
NS ns.superserver.dk.
NS ns.homebase.dk.
+ A 80.166.107.122
MX 10 mail.haakansson.com.
MX 50 mail.jones.dk.
MX 50 mail.bitbase.dk.
MX 50 mail.homebase.dk.
- TXT "v=spf1 mx -all"
- A 80.166.107.122
+ SPF "v=spf1 mx -all"
mail A 80.166.107.122
- TXT "v=spf1 a -all"
+ SPF "v=spf1 a -all"
tulle A 80.166.107.122
- TXT "v=spf1 a -all"
+ MX 0 .
+ SPF "v=spf1 -all"
www A 80.166.107.122
- TXT "v=spf1 a -all"
+ MX 0 .
+ SPF "v=spf1 -all"
ftp A 80.166.107.122
- TXT "v=spf1 a -all"
+ MX 0 .
+ SPF "v=spf1 -all"
test A 80.166.107.122
- TXT "v=spf1 a -all"
+ MX 0 .
+ SPF "v=spf1 -all"