summaryrefslogtreecommitdiffstats
path: root/debian/postfix.postinst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:42:30 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:42:30 +0000
commite78efaf2bfcc6663589347eb78b8ba2b005f50e9 (patch)
tree2a961ba4225f1a7cbea7dda52d2b2268d79ff7c4 /debian/postfix.postinst
parentMerging upstream version 3.9.0. (diff)
downloadpostfix-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 '')
-rw-r--r--debian/postfix.postinst2
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."