Rename dovecot config file generated be renew hook to ensure it gets included (#1233)

after default froxlor config file
This commit is contained in:
sro0 2024-01-29 20:26:38 +01:00 committed by GitHub
parent bcf0818faf
commit 9d4bc94aef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -630,7 +630,7 @@ EOC;
}
if (Settings::IsInList('system.le_renew_services', 'dovecot')) {
// custom config for dovecot
$dovecot_conf = '/etc/dovecot/conf.d/99-froxlor-ssl.conf'; // @fixme setting?
$dovecot_conf = '/etc/dovecot/conf.d/99-froxlor.ssl.conf'; // @fixme setting?
$ssl_content = <<<EOSSL
# Autogenerated configuration by froxlor.
# Do not manually edit this file as it will be overwritten.