From 536fd584eb8c8aae579828664c501289ea5eead1 Mon Sep 17 00:00:00 2001 From: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> Date: Sat, 2 Aug 2025 16:37:37 +0200 Subject: [PATCH] fix: Dovecot: ssl config Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> --- Dockerfile | 2 +- target/dovecot/10-ssl.conf | 10 +++++----- target/scripts/helpers/ssl.sh | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index fc91b11b..8658290d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -189,7 +189,7 @@ COPY target/postfix/main.cf target/postfix/master.cf /etc/postfix/ # DH parameters for DHE cipher suites, ffdhe4096 is the official standard 4096-bit DH params now part of TLS 1.3 # This file is for TLS <1.3 handshakes that rely on DHE cipher suites -# Handled at build to avoid failures by doveadm validating ssl_dh filepath in 10-ssl.auth (eg generate-accounts) +# Handled at build to avoid failures by doveadm validating ssl_server_dh_file filepath in 10-ssl.auth (eg generate-accounts) COPY target/shared/ffdhe4096.pem /etc/dovecot/dh.pem COPY \ diff --git a/target/dovecot/10-ssl.conf b/target/dovecot/10-ssl.conf index c52d21f5..13baf20f 100644 --- a/target/dovecot/10-ssl.conf +++ b/target/dovecot/10-ssl.conf @@ -9,8 +9,8 @@ # dropping root privileges, so keep the key file unreadable by anyone but root. # These [snakeoil files actually exist](https://askubuntu.com/questions/396120/what-is-the-purpose-of-the-ssl-cert-snakeoil-key), but shouldn't ever be used in production! # As `SSL_TYPE` env is required by docker-mailserver, these "snakeoil" files will be replaced on container startup. -ssl_cert =