summaryrefslogtreecommitdiffstats
path: root/debian/postfix.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/postfix.postinst')
-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."