From dc7cec929dd90a8b2b98011afc921abd871a9555 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Sat, 31 Aug 2019 11:06:09 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer.sh b/installer.sh index 89bb483..7bad74c 100644 --- a/installer.sh +++ b/installer.sh @@ -279,7 +279,7 @@ systemctl restart postfix.service ##-----------------------## 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 install dovecot-imapd dovecot-lmtpd dovecot-pop3d dovecot-mysql +apt install dovecot-imapd dovecot-lmtpd dovecot-pop3d dovecot-mysql -y ##---------------------------## # Dovecot Configuration # @@ -296,4 +296,4 @@ wget --tries=3 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/branch/"$ wget --tries=3 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/branch/"$branch"/config/dovecot/dovecot-sql.conf.ext -O /etc/dovecot/dovecot-sql.conf.ext wget --tries=3 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/branch/"$branch"/config/dovecot/quota-warning.sh -O /usr/local/bin/quota-warning.sh chmod +x /usr/local/bin/quota-warning.sh -systemctl dovecot restart \ No newline at end of file +systemctl restart dovecot \ No newline at end of file