Deploy dovecot configuration for SSL

This commit is contained in:
Kienan Stewart 2018-07-12 09:59:45 -04:00
parent db916ace66
commit c31131f333
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ if [ -e /etc/default/saslauthd ]; then
fi fi
if [ -e /etc/dovecot/dovecot.conf ]; then if [ -e /etc/dovecot/dovecot.conf ]; then
CONFIG_FILES="$CONFIG_FILES etc/dovecot/alternc-sql.conf etc/dovecot/alternc-dict-quota.conf etc/dovecot/conf.d/95_alternc.conf" CONFIG_FILES="$CONFIG_FILES etc/dovecot/alternc-sql.conf etc/dovecot/alternc-dict-quota.conf etc/dovecot/conf.d/95_alternc.conf etc/dovecot/conf.d/96_ssl.conf"
fi fi
INSTALLED_CONFIG_TAR="/var/lib/alternc/backups/etc-installed.tar.gz" INSTALLED_CONFIG_TAR="/var/lib/alternc/backups/etc-installed.tar.gz"