From 22b9bdd56b6862cb0bb1de92f8cb61df8b7203b8 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Sat, 31 Aug 2019 10:54:24 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/installer.sh b/installer.sh index f32775a..89bb483 100644 --- a/installer.sh +++ b/installer.sh @@ -284,16 +284,16 @@ apt install dovecot-imapd dovecot-lmtpd dovecot-pop3d dovecot-mysql ##---------------------------## # Dovecot Configuration # ##---------------------------## -wget --tries=3 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/src/branch/dev/config/dovecot/15-mailboxes.conf -O /etc/dovecot/conf.d/15-mailboxes.conf -wget --tries=3 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/src/branch/dev/config/dovecot/90-sieve.conf -O /etc/dovecot/conf.d/90-sieve.conf -wget --tries=3 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/src/branch/dev/config/dovecot/10-mail.conf -O /etc/dovecot/conf.d/10-mail.conf -wget --tries=3 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/src/branch/dev/config/dovecot/10-auth.conf -O /etc/dovecot/conf.d/10-auth.conf -wget --tries=3 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/src/branch/dev/config/dovecot/10-master.conf -O /etc/dovecot/conf.d/10-master.conf -wget --tries=3 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/src/branch/dev/config/dovecot/10-ssl.conf -O /etc/dovecot/conf.d/10-ssl.conf -wget --tries=3 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/src/branch/dev/config/dovecot/20-lmtp.conf -O /etc/dovecot/conf.d/20-lmtp.conf -wget --tries=3 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/src/branch/dev/config/dovecot/20-imap.conf -O /etc/dovecot/conf.d/20-imap.conf -wget --tries=3 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/branch/dev/config/dovecot/dovecot-dict-sql.conf.ext -O /etc/dovecot/dovecot-dict-sql.conf.ext -wget --tries=3 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/branch/dev/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/dev/config/dovecot/quota-warning.sh -O /usr/local/bin/quota-warning.sh +wget --tries=3 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/src/branch/"$branch"/config/dovecot/15-mailboxes.conf -O /etc/dovecot/conf.d/15-mailboxes.conf +wget --tries=3 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/src/branch/"$branch"/config/dovecot/90-sieve.conf -O /etc/dovecot/conf.d/90-sieve.conf +wget --tries=3 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/src/branch/"$branch"/config/dovecot/10-mail.conf -O /etc/dovecot/conf.d/10-mail.conf +wget --tries=3 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/src/branch/"$branch"/config/dovecot/10-auth.conf -O /etc/dovecot/conf.d/10-auth.conf +wget --tries=3 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/src/branch/"$branch"/config/dovecot/10-master.conf -O /etc/dovecot/conf.d/10-master.conf +wget --tries=3 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/src/branch/"$branch"/config/dovecot/10-ssl.conf -O /etc/dovecot/conf.d/10-ssl.conf +wget --tries=3 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/src/branch/"$branch"/config/dovecot/20-lmtp.conf -O /etc/dovecot/conf.d/20-lmtp.conf +wget --tries=3 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/src/branch/"$branch"/config/dovecot/20-imap.conf -O /etc/dovecot/conf.d/20-imap.conf +wget --tries=3 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/branch/"$branch"/config/dovecot/dovecot-dict-sql.conf.ext -O /etc/dovecot/dovecot-dict-sql.conf.ext +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