From b0f2ae3809e873c811dd83dc987e507ce8e4c9ba Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Wed, 23 Oct 2019 18:10:26 +0200 Subject: [PATCH] raise postifx main.cf compatibility_level to 2 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 --- 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.39.2