Added support to set min. TLS protocol version

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO
2021-03-26 05:19:11 +01:00
parent 2139f8e9e4
commit 105ff4110a
7 changed files with 59 additions and 6 deletions

View File

@ -1,3 +1,17 @@
1.3.12:
-------
- Introduced new piler.conf variable: tls_min_version
It sets the minimum TLS protocol version the piler-smtp daemon supports.
Possible values:
- TLSv1 (not recommended)
- TLSv1.1 (not recommended)
- TLSv1.2 (default)
- TLSv1.3
1.3.11:
-------