From 00f8db976468c63225955487b49d01ae23139ed3 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Sat, 31 Aug 2019 16:02:37 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 1 + 1 file changed, 1 insertion(+) 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 ##---------------------------##