diff options
| author | Stefan Frijters <sfrijters@gmail.com> | 2023-02-03 11:11:43 +0100 |
|---|---|---|
| committer | Stefan Frijters <sfrijters@gmail.com> | 2023-02-03 11:29:24 +0100 |
| commit | 11fa179533f0b4328647072092acd838f5313757 (patch) | |
| tree | 4328ce53dc9f5e308afc092eab12f3258fdd130a /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 24037e18185448b0563db1b89558d8d793ec27f2 (diff) | |
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.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
