You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-07 23:03:10 +02:00
docs: Revise TLS_LEVEL
ENV description (#4482)
This commit is contained in:
@ -82,8 +82,10 @@ TZ=
|
||||
NETWORK_INTERFACE=
|
||||
|
||||
# empty => modern
|
||||
# modern => Enables TLSv1.2 and modern ciphers only. (default)
|
||||
# intermediate => Enables TLSv1, TLSv1.1 and TLSv1.2 and broad compatibility ciphers.
|
||||
# modern => Limits the cipher suite to secure ciphers only.
|
||||
# intermediate => Relaxes security by adding additional ciphers for broader compatibility.
|
||||
# NOTE: The minimum TLS version supported is 1.2, if you need to lower that follow this workaround advice:
|
||||
# https://github.com/docker-mailserver/docker-mailserver/pull/2945#issuecomment-1949907964
|
||||
TLS_LEVEL=
|
||||
|
||||
# Configures the handling of creating mails with forged sender addresses.
|
||||
|
Reference in New Issue
Block a user