diff --git a/installer.sh b/installer.sh index c9bb3c2..d979672 100644 --- a/installer.sh +++ b/installer.sh @@ -280,6 +280,7 @@ wget --tries=3 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/branch/$b ##-----------------------## wget -O- https://repo.dovecot.org/DOVECOT-REPO-GPG | sudo apt-key add - echo "deb https://repo.dovecot.org/ce-2.3-latest/ubuntu/$(lsb_release -cs) $(lsb_release -cs) main" | sudo tee -a /etc/apt/sources.list.d/dovecot.list +apt update apt install dovecot-imapd dovecot-lmtpd dovecot-pop3d dovecot-mysql -y ##---------------------------##