Add source line so dkim should actually work when run separately
This commit is contained in:
parent
e997114d6e
commit
3ff74c8dc5
|
@ -7,6 +7,7 @@
|
||||||
# The DNS configuration for DKIM is done in the management daemon.
|
# The DNS configuration for DKIM is done in the management daemon.
|
||||||
|
|
||||||
source setup/functions.sh # load our functions
|
source setup/functions.sh # load our functions
|
||||||
|
source /etc/mailinabox.conf # load global vars
|
||||||
|
|
||||||
# Install DKIM...
|
# Install DKIM...
|
||||||
apt_install opendkim opendkim-tools
|
apt_install opendkim opendkim-tools
|
||||||
|
|
Loading…
Reference in New Issue