From 9052e6ac31aacf5648e711ec76f23f64f76c9373 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Thu, 12 Jul 2018 09:59:45 -0400 Subject: [PATCH] Deploy dovecot configuration for SSL --- install/alternc.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/alternc.install b/install/alternc.install index 099ec093..611d91f0 100755 --- a/install/alternc.install +++ b/install/alternc.install @@ -112,7 +112,7 @@ if [ -e /etc/default/saslauthd ]; then fi 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 INSTALLED_CONFIG_TAR="/var/lib/alternc/backups/etc-installed.tar.gz"