Update 'installer.sh'
This commit is contained in:
22
installer.sh
22
installer.sh
@@ -284,16 +284,16 @@ apt install dovecot-imapd dovecot-lmtpd dovecot-pop3d dovecot-mysql
|
|||||||
##---------------------------##
|
##---------------------------##
|
||||||
# Dovecot Configuration #
|
# 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/"$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/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/"$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/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/"$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/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/"$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/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/"$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/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/"$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/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/"$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/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/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/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/"$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/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/"$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/dev/config/dovecot/quota-warning.sh -O /usr/local/bin/quota-warning.sh
|
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
|
chmod +x /usr/local/bin/quota-warning.sh
|
||||||
systemctl dovecot restart
|
systemctl dovecot restart
|
||||||
Reference in New Issue
Block a user