From 5163fd4da08bc043163ebd396bfc6d639da41ab6 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Mon, 30 Oct 2023 22:16:00 +0000 Subject: [PATCH] Allow clients to choose own ciphers This changes a previously updated default in Dovecot and Postfix, as it resulted in too many issues in older clients. --- service/dovecot/container/config/dovecot.conf.template | 2 +- service/postfix/container/config/main.cf.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/service/dovecot/container/config/dovecot.conf.template b/service/dovecot/container/config/dovecot.conf.template index 7898f2c..62b8665 100644 --- a/service/dovecot/container/config/dovecot.conf.template +++ b/service/dovecot/container/config/dovecot.conf.template @@ -80,7 +80,7 @@ protocols = imap ssl = yes ssl_min_protocol = TLSv1.2 ssl_cipher_list = ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384 -ssl_prefer_server_ciphers = yes +ssl_prefer_server_ciphers = no ssl_cert =