nixpkgs/nixos/doc/manual/release-notes
Martin Weinelt 3cb8d47c1a
nixos/postfix: replace sslCert and sslKey options
There exist multiple issues with these options, for example they are not
introspectable, since the values are configured in the config part of the
module.

Also the keypair is always configured for both server and client usage,
which is really surprising. The postfix docs even advise against setting
up client certificates, if they aren't required. [1]

The replacements are the `smtpd_tls_chain_files` for server usage and
`smtp_tls_chain_files` for client usage, which are the prefered way to
configure keys and certificates since Postfix 3.4.0. [2]

[1] https://www.postfix.org/postconf.5.html#smtp_tls_cert_file
[2] https://www.postfix.org/postconf.5.html#smtpd_tls_cert_file
2025-06-13 19:53:33 +02:00
..
release-notes.md 25.11 is Xantusia 2025-05-16 19:21:55 +02:00
rl-1310.section.md
rl-1404.section.md
rl-1412.section.md
rl-1509.section.md
rl-1603.section.md
rl-1609.section.md
rl-1703.section.md
rl-1709.section.md
rl-1803.section.md
rl-1809.section.md
rl-1903.section.md
rl-1909.section.md
rl-2003.section.md
rl-2009.section.md
rl-2105.section.md
rl-2111.section.md treewide: fix typos 2025-02-22 02:02:07 +01:00
rl-2205.section.md Revert "nixos/k3b: remove module as obsolete" 2025-05-04 20:46:53 -07:00
rl-2211.section.md
rl-2305.section.md nixos/vmalert: support multiple instances 2025-06-09 10:38:58 +02:00
rl-2311.section.md treewide: fix typos 2025-02-22 02:02:07 +01:00
rl-2405.section.md nh, nixos/doc: update repo owner (viperML -> nix-community) 2025-04-21 12:17:50 +03:00
rl-2411.section.md rl-2411: Add note about intel-compute-runtime package 2025-03-10 01:49:59 +05:30
rl-2505.section.md nixos/gnome & nixos/gdm: move out of x11 2025-05-28 13:27:36 +02:00
rl-2511.section.md nixos/postfix: replace sslCert and sslKey options 2025-06-13 19:53:33 +02:00