From bd0ecd09492a8cd9703f4cde95d51b9ccfc6f1ca Mon Sep 17 00:00:00 2001 From: Spitap Date: Thu, 10 Nov 2022 14:57:43 +0100 Subject: [PATCH] fix typo in dovecot configuration file --- modoboa_installer/scripts/files/dovecot/conf.d/10-ssl.conf.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modoboa_installer/scripts/files/dovecot/conf.d/10-ssl.conf.tpl b/modoboa_installer/scripts/files/dovecot/conf.d/10-ssl.conf.tpl index 59ed1d5..35382ca 100644 --- a/modoboa_installer/scripts/files/dovecot/conf.d/10-ssl.conf.tpl +++ b/modoboa_installer/scripts/files/dovecot/conf.d/10-ssl.conf.tpl @@ -9,7 +9,7 @@ # We try to load the key and pass if it fails # Keys require root permissions, standard commands would be blocked # because dovecot can't load these cert -!include_try = /etc/dovecot/conf.d/10-ssl-keys.try +!include_try /etc/dovecot/conf.d/10-ssl-keys.try # If key file is password protected, give the password here. Alternatively # give it when starting dovecot with -p parameter. Since this file is often