From bb4972481d1af3e8d8567ca0e7eb38e812a14075 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 5 Aug 2009 12:57:17 +0000 Subject: Add new BITBASE domain birgitmaanestraale.dk (using mx01.dandomain.dk as MX). --- bind/named.conf.pri | 1 + bind/pri/birgitmaanestraale.dk | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 bind/pri/birgitmaanestraale.dk diff --git a/bind/named.conf.pri b/bind/named.conf.pri index c9efd5d..c5a40d1 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -6,6 +6,7 @@ // dk ns.bitbase.dk zone "biks.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/COREANDER-nomail"; allow-transfer { bb_slaves; }; }; // Jones +zone "birgitmaanestraale.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/birgitmaanestraale.dk"; allow-transfer { bb_slaves; }; }; // Birgit Maanestraale zone "bitbase.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/bitbase.dk"; allow-transfer { bb_slaves; }; }; // Spiff zone "bluepill.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/COREANDER-nomail"; allow-transfer { bb_slaves; }; }; // Spiff zone "borneuni.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/borneuni.dk"; allow-transfer { bb_slaves; }; }; // MacRonald diff --git a/bind/pri/birgitmaanestraale.dk b/bind/pri/birgitmaanestraale.dk new file mode 100644 index 0000000..a8e34d4 --- /dev/null +++ b/bind/pri/birgitmaanestraale.dk @@ -0,0 +1,17 @@ +$TTL 3600 +@ SOA ns.bitbase.dk. teknik.bitbase.dk. ( + 2009080501 ; serial + 3600 ; refresh + 1800 ; retry + 604800 ; expire + 3600 ) ; Negative Cache TTL + NS ns.bitbase.dk. + NS dns.jones.dk. + NS ns.superserver.dk. + NS ns.homebase.dk. + A 80.68.88.141 + MX 10 mx01.dandomain.dk. +; SPF "v=spf1 mx -all" +* A 80.68.88.141 + MX 0 . +; SPF "v=spf1 -all" -- cgit v1.2.3