postfix: disable TLSv1.1

In accordance with https://ssl-config.mozilla.org/#server=postfix.
This commit is contained in:
Robert Schütz 2021-06-24 18:02:50 +02:00 committed by Robert Schütz
parent 8b4990905c
commit 71c5fe04f1
2 changed files with 6 additions and 4 deletions

View file

@ -16,6 +16,8 @@ NixOS 25.05
(`merge request <https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/merge_requests/297>`__)
- Configuring ``mailserver.forwards`` is now possible when the setup relies on LDAP.
(`merge request <https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/merge_requests/313>`__)
- Support for TLS 1.1 was disabled in accordance with `Mozilla's recommendations <https://ssl-config.mozilla.org/#server=postfix>`_.
(`merge request <https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/merge_requests/234>`__)
NixOS 24.11
-----------