From b813e3935f5629f265fda2b73757663a1ddca84f Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 3 Apr 2017 15:00:11 +0200 Subject: Fix use template www (not www-nomail) for ressourceoptimering.dk: Accidentally disabled mail when moving from coreander in commit 309c65d. --- bind/named.conf.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bind/named.conf.pri') diff --git a/bind/named.conf.pri b/bind/named.conf.pri index e197ca8..3d66f54 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -38,7 +38,7 @@ zone "public-e.dk" { file "/etc/local-JONES.DK/bind/pri/JONES-www+source+admin+media"; }; // Sara Gebran zone "ressourceoptimering.dk" { type master; allow-transfer { jones_peers; }; - file "/etc/local-JONES.DK/bind/pri/JONES-www-nomail"; }; // Annika Lewis + file "/etc/local-JONES.DK/bind/pri/JONES-www"; }; // Annika Lewis zone "scharffenberger.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/JONES-www-nomail"; }; // Mikkel Friis-Holm -- cgit v1.2.3