diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-04-03 15:00:11 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-04-03 15:00:11 +0200 |
commit | b813e3935f5629f265fda2b73757663a1ddca84f (patch) | |
tree | 64e76d99daa9d90dcff074e150fed4609fd55644 /bind/named.conf.fake-222 | |
parent | f4ee2adbacb5351d188740ad09ee2cdc6d3f744a (diff) |
Fix use template www (not www-nomail) for ressourceoptimering.dk: Accidentally disabled mail when moving from coreander in commit 309c65d.
Diffstat (limited to 'bind/named.conf.fake-222')
-rw-r--r-- | bind/named.conf.fake-222 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bind/named.conf.fake-222 b/bind/named.conf.fake-222 index af8c0d6..487e978 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -40,7 +40,7 @@ zone "public-e.dk" { file "/etc/local-JONES.DK/bind/fake-222/JONES-www+source+admin+media"; }; // Sara Gebran zone "ressourceoptimering.dk" { type master; allow-transfer { none; }; - file "/etc/local-JONES.DK/bind/fake-222/JONES-www-nomail"; }; // Annika Lewis + file "/etc/local-JONES.DK/bind/fake-222/JONES-www"; }; // Annika Lewis zone "scharffenberger.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-www-nomail"; }; // Mikkel Friis-Holm |