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 =