Update 'installer.sh'

This commit is contained in:
b.waal
2019-08-31 20:40:50 +02:00
parent 6a387202c5
commit 9dcf8e62fd

View File

@@ -314,6 +314,13 @@ wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/branch/"$bra
sievec /etc/dovecot/sieve/default.sieve
chown vmail:vmail /etc/dovecot/sieve/ -R
##--------------##
# Rainloop #
##--------------##
apt install dovecot-sieve dovecot-managesieved -y
wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/branch/$branch/rainloop.sh -O /tmp/rainloop.sh
bash /tmp/rainloop.sh
##-----------------------##
# Enabling Services #
##-----------------------##