From 2f4eccd9a9bd87415c5f166b2a998f357a76ea33 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Wed, 8 Oct 2014 12:48:43 +0000 Subject: [PATCH] add 'source /etc/mailinabox.conf' to dns.sh so it can be run separately --- setup/dns.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/dns.sh b/setup/dns.sh index e92a5b82..7980c023 100755 --- a/setup/dns.sh +++ b/setup/dns.sh @@ -8,6 +8,7 @@ # mail users & aliases created by the user later. source setup/functions.sh # load our functions +source /etc/mailinabox.conf # load global vars # Install `nsd`, our DNS server software, and `ldnsutils` which helps # us sign zones for DNSSEC.