diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:42:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:42:30 +0000 |
commit | e78efaf2bfcc6663589347eb78b8ba2b005f50e9 (patch) | |
tree | 2a961ba4225f1a7cbea7dda52d2b2268d79ff7c4 /debian/postfix.postinst | |
parent | Merging upstream version 3.9.0. (diff) | |
download | postfix-e78efaf2bfcc6663589347eb78b8ba2b005f50e9.tar.xz postfix-e78efaf2bfcc6663589347eb78b8ba2b005f50e9.zip |
Merging debian version 3.9.0-1~exp1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/postfix.postinst')
-rw-r--r-- | debian/postfix.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
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." |