summaryrefslogtreecommitdiffstats
path: root/debian/postfix.postinst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:42:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:42:07 +0000
commit14f544444eb1b688f5456518ba0f88cbd8f1e28e (patch)
treeca1fd7612379ea42f30cafb5bee84c2254903f99 /debian/postfix.postinst
parentMerging upstream version 3.9.0. (diff)
downloadpostfix-14f544444eb1b688f5456518ba0f88cbd8f1e28e.tar.xz
postfix-14f544444eb1b688f5456518ba0f88cbd8f1e28e.zip
Adding debian version 3.9.0-1~exp1.debian/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."