From 3ff74c8dc5c30b8db4aa38485786abccba6183ed Mon Sep 17 00:00:00 2001 From: David Piggott Date: Mon, 20 Oct 2014 21:33:20 +0100 Subject: [PATCH] Add source line so dkim should actually work when run separately --- setup/dkim.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/dkim.sh b/setup/dkim.sh index 5ea1223d..453dedf3 100644 --- a/setup/dkim.sh +++ b/setup/dkim.sh @@ -7,6 +7,7 @@ # The DNS configuration for DKIM is done in the management daemon. source setup/functions.sh # load our functions +source /etc/mailinabox.conf # load global vars # Install DKIM... apt_install opendkim opendkim-tools