question: allow tlsv1.0 connections? #4481
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Is ThunderBird available? Or using a web mail client that you can self-host (or use a private service like Gmail) to connect to DMS?
The description of the ENV in that file is outdated, as is the equivalent in our docs, I'll update that. Support for TLS below version 1.2 was dropped in DMS v12.0 (April 2023). The related logic is here (which calls this function to modify Dovecot + Postfix): docker-mailserver/target/scripts/helpers/ssl.sh Lines 145 to 150 in a0e0013 There is a [related tracking issue] about the few users that still request support for older TLS due to legacy devices, although it's more focused on dropping legacy support completely at a future point 😅
In addition to the changes DMS makes, Debian 12 carries a change with OpenSSL config that prevented using an old version of TLS that you want, so another change is also necessary. Thankfully for you, I've documented a workaround that you can use our |
Beta Was this translation helpful? Give feedback.

Compatibility broke from DMS v14 release (the upgrade to Debian 12 + OpenSSL 3).
I have investigated and updated the linked comment with a working workaround solution that I've verified. You should be able to use that.
NOTE: If you want to use the
configsfeature as demonstrated in thecompose.yamlinstead of separate files in a volume mount, you'll need a version of Docker Compose that is new enough to support it (minimum v2.23.1, released in Nov 2023).