summaryrefslogtreecommitdiff
path: root/postfix-lmdb/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'postfix-lmdb/post-install')
-rw-r--r--postfix-lmdb/post-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/postfix-lmdb/post-install b/postfix-lmdb/post-install
index fa2e5bce7..ab4c83aac 100644
--- a/postfix-lmdb/post-install
+++ b/postfix-lmdb/post-install
@@ -19,7 +19,7 @@ getent group ${usrgrp} >/dev/null || groupadd -r ${usrgrp}
getent passwd ${usr} >/dev/null 2>&1 || {
useradd -r -g ${usrgrp} -d /var/spool/${usr} -s /bin/false ${usr}
passwd -l ${usr}
-}
+}
getent group ${queuegrp} >/dev/null || groupadd -r ${queuegrp}

Generated by cgit