diff options
author | Jonas Smedegaard <dr@jones.dk> | 2005-08-11 22:58:16 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2005-08-11 22:58:16 +0000 |
commit | 62438007ca52eabb724f8c7a7e21a91a3dab32ab (patch) | |
tree | 9c8cea8aae92e29e373b3e1209d57f78540eac94 | |
parent | 047bee975abd04b4980d09e6b4573d8b02a7f2b7 (diff) |
Enable mail handling for bassballs.dk.
-rw-r--r-- | bind/named.conf.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bind/named.conf.pri b/bind/named.conf.pri index cb87150..fc026b8 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -7,7 +7,7 @@ // dk dns.jones.dk zone "anniqa.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Annika Lewis zone "annikalewis.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Annika Lewis -zone "bassballs.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; allow-transfer { jones_slaves; }; }; // Anders Krøyer +zone "bassballs.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Anders Krøyer zone "bluepill.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; allow-transfer { jones_slaves; }; }; // Spiff zone "chp-bmx.dk" { type master; file "/etc/local-JONES.DK/bind/pri/OFF"; allow-transfer { jones_slaves; }; }; // Nils Stærk zone "christinalegind.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // MacRonald (owner+billing=Spiff) |