Pierluigi C
2020-05-29 11:19:38 UTC
Hello,
I'm trying to setup a postfix server with TLS enabled and with protocols version supported:
1.0
1.1
1.2
I tried a lot of configuration, with the simplest last one:
tls_preempt_cipherlist = yes
tls_ssl_options = 0x40000000
#smtpd_tls_mandatory_ciphers = high
smtpd_tls_mandatory_exclude_ciphers = aNULL, MD5
# Preferred syntax with Postfix ≥ 2.5:
smtp_tls_mandatory_protocols = TLSv1
smtpd_tls_mandatory_protocols = TLSv1
But I got no luck, the only protocol allowed is TLS 1.2 and 1.3.
I'm using postfix version: postfix-3.3.1-9
and openssl version: 1.1.1
How can I achieve this?
Thanks
I'm trying to setup a postfix server with TLS enabled and with protocols version supported:
1.0
1.1
1.2
I tried a lot of configuration, with the simplest last one:
tls_preempt_cipherlist = yes
tls_ssl_options = 0x40000000
#smtpd_tls_mandatory_ciphers = high
smtpd_tls_mandatory_exclude_ciphers = aNULL, MD5
# Preferred syntax with Postfix ≥ 2.5:
smtp_tls_mandatory_protocols = TLSv1
smtpd_tls_mandatory_protocols = TLSv1
But I got no luck, the only protocol allowed is TLS 1.2 and 1.3.
I'm using postfix version: postfix-3.3.1-9
and openssl version: 1.1.1
How can I achieve this?
Thanks