From a1fa2c5b07d0381a716e08c258ba9a73755b3217 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Thu, 17 Oct 2019 09:20:19 +0200 Subject: [PATCH] Added OpenDKIM --- installer.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/installer.sh b/installer.sh index 1419af8..91092dc 100644 --- a/installer.sh +++ b/installer.sh @@ -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 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 # ##-------------------------##