From e78efaf2bfcc6663589347eb78b8ba2b005f50e9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 10:42:30 +0200 Subject: Merging debian version 3.9.0-1~exp1. Signed-off-by: Daniel Baumann --- debian/postfix.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/postfix.postinst') diff --git a/debian/postfix.postinst b/debian/postfix.postinst index 816bb7f..6168a9f 100644 --- a/debian/postfix.postinst +++ b/debian/postfix.postinst @@ -520,7 +520,7 @@ if [ "$mailer" != "No configuration" ] || [ -f /etc/postfix/main.cf ]; then if [ "$aliastype" != "ldap" ] && [ "$aliastype" != "lmdb" ] && \ [ "$aliastype" != "cdb" ] && [ "$aliastype" != "pcre" ] && \ [ "$aliastype" != "mysql" ] && [ "$aliastype" != "pgsql" ] && \ - [ "$aliastype" != "sqlite" ] ; then + [ "$aliastype" != "sqlite" ] && [ "$aliastype" != "mongodb" ] ; then runnewaliases else echo "Newaliases not run - external map type. Ensure postfix-$aliastype is installed." -- cgit v1.2.3