nixpkgs/nixos/modules
Stefan Frijters 11fa179533
nixos/postfix: restrict inet_protocols to ipv4 when ipv6 is disabled
In the previous state, postfix would still try to use IPv6 addresses,
even when it is disabled in the global networking config.

Cf. https://www.postfix.org/postconf.5.html:

  With Postfix 2.8 and earlier the default is "ipv4". For backwards compatibility with these releases,
  the Postfix 2.9 and later upgrade procedure appends an explicit "inet_protocols = ipv4" setting to
  main.cf when no explicit setting is present.
  This compatibility workaround will be phased out as IPv6 deployment becomes more common.

  inet_protocols = ipv4
  inet_protocols = all (DEFAULT)
  inet_protocols = ipv6
  inet_protocols = ipv4, ipv6

So setting it to 'all' conditionally does not help, as we are now on version 3.x.
2023-02-03 11:29:24 +01:00
..
config nixos/no-x-libs: add qtbase (#212460) 2023-01-24 23:31:59 +02:00
hardware Merge master into staging-next 2023-01-06 00:02:28 +00:00
i18n/input-method kime: 2.5.6 -> 3.0.2 2023-01-22 19:57:34 +01:00
installer Merge pull request #211640 from Izorkin/update-iso-channel 2023-01-22 16:31:54 +08:00
misc nixos/documentation: deprecate docbook option docs 2023-01-22 17:08:40 +01:00
profiles Merge pull request #208956 from SuperSandro2000/profile-base-tcpdump 2023-01-17 01:20:31 +01:00
programs nixos/gnome-documents: remove 2023-01-23 11:59:57 +08:00
security Merge pull request #211830 from sorpaas/patch-11 2023-01-22 16:25:44 +08:00
services nixos/postfix: restrict inet_protocols to ipv4 when ipv6 is disabled 2023-02-03 11:29:24 +01:00
system disable tpm-crb on riscv64 2023-01-23 15:00:41 +01:00
tasks nixos/envfs: fix envfs package option default 2023-01-22 17:50:09 +01:00
testing Merge pull request #207801 from ElvishJerricco/systemd-stage-1-test-instrumentation 2022-12-28 01:43:03 +01:00
virtualisation Merge pull request #178290 from andrew-hoff/ahh/qemu-interfaces 2023-01-25 17:32:53 +01:00
module-list.nix Merge pull request #212210 from bobby285271/rm/gnome-documents 2023-01-25 11:04:08 +08:00
rename.nix nixos/gnome-documents: remove 2023-01-23 11:59:57 +08:00