[pve-devel] [PATCH installer v2 1/2] raise postifx main.cf compatibility_level to 2
Stoiko Ivanov
s.ivanov at proxmox.com
Wed Oct 23 18:10:26 CEST 2019
otherwise a warning was issued (when missing /etc/aliases.db) that the system
is using the backward compatible setting of $mydestination for $relay_domain
(see [0]).
[0] http://www.postfix.org/COMPATIBILITY_README.html#relay_domains
Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
proxinstall | 2 ++
1 file changed, 2 insertions(+)
diff --git a/proxinstall b/proxinstall
index d9e2211..6ee3aa0 100755
--- a/proxinstall
+++ b/proxinstall
@@ -328,6 +328,8 @@ mynetworks = 127.0.0.0/8
inet_interfaces = loopback-only
recipient_delimiter = +
+compatibility_level = 2
+
_EOD
sub shellquote {
--
2.20.1
More information about the pve-devel
mailing list