From 5a8280b767a2adbcc31c4dc33b088437ed9ab9f7 Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 16 Feb 2026 14:01:12 +0100 Subject: [PATCH] install_amavis.sh: in any case, IS_SYMPA_LIST_SERVER must be set to false except server ist a sympa listmanager. --- install_amavis.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install_amavis.sh b/install_amavis.sh index bad9d8b..1424fcd 100755 --- a/install_amavis.sh +++ b/install_amavis.sh @@ -444,7 +444,8 @@ if ! ${SASL_AUTH_ENABLED} ; then else IS_SYMPA_LIST_SERVER=false fi - +else + IS_SYMPA_LIST_SERVER=false fi