diff --git a/installer.sh b/installer.sh index 96c0aa4..b093924 100644 --- a/installer.sh +++ b/installer.sh @@ -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 # ##-----------------------##