]> git.proxmox.com Git - dab.git/commit
raise postifx main.cf compatibility_level to 2
authorStoiko Ivanov <s.ivanov@proxmox.com>
Thu, 20 Feb 2020 18:25:48 +0000 (19:25 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 21 Feb 2020 08:47:10 +0000 (09:47 +0100)
commit76ec8d4b2bf5b891c632be18f44ce1782d21e759
treede80735f72cc5b4915703239d9f2d24d33b8786b
parent230e44719844b50c52864807beef5944e2331346
raise postifx main.cf compatibility_level to 2

otherwise mail received via TCP (localhost port 25) is not accepted, since
there is no default smptd_relay_restriction set, which would make the system an
open relay.

in compatibility_level 2 the default is sensibly set to:
'permit_mynetworks, permit_sasl_authenticated, defer_unauth_destination'

reported via the pve-user list:

https://pve.proxmox.com/pipermail/pve-user/2020-February/171368.html

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
DAB.pm