fix: Dovecot: ssl config

Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
Georg Lauterbach 2025-08-02 16:37:37 +02:00
parent dff0338073
commit 302a1f27ca
No known key found for this signature in database
GPG key ID: D84CD4AA46D7F099
3 changed files with 8 additions and 8 deletions

View file

@ -51,8 +51,8 @@ function _setup_ssl() {
# Dovecot configuration
sedfile -i -r \
-e "s|^(ssl_key =).*|\1 <${DOVECOT_KEY}|" \
-e "s|^(ssl_cert =).*|\1 <${DOVECOT_CERT}|" \
-e "s|^(ssl_server_key_file =).*|\1 <${DOVECOT_KEY}|" \
-e "s|^(ssl_server_cert_file =).*|\1 <${DOVECOT_CERT}|" \
"${DOVECOT_CONFIG_SSL}"
}