Added OpenDKIM

This commit is contained in:
b.waal
2019-10-17 09:20:19 +02:00
parent bc93db7be4
commit a1fa2c5b07

View File

@@ -396,6 +396,14 @@ wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/branch/"$bra
source /tmp/rainloop.sh > $OUTPUT 2>&1 source /tmp/rainloop.sh > $OUTPUT 2>&1
ln -s /opt/rainloop /var/www/"$domain"/html/ ln -s /opt/rainloop /var/www/"$domain"/html/
##--------------##
# OpenDKIM #
##--------------##
msg " Configuring OpenDKIM"
sleep 2
wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/branch/beta/config/dkim/opendkim.sh -O /tmp/opendkim.sh
source /tmp/opendkim.sh > $OUTPUT 2>&1
##-------------------------## ##-------------------------##
# Max attachment size # # Max attachment size #
##-------------------------## ##-------------------------##