summarylogtreecommitdiffstats
path: root/portal.install
diff options
context:
space:
mode:
Diffstat (limited to 'portal.install')
-rw-r--r--portal.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/portal.install b/portal.install
index b3187c806790..3ceb52cc9912 100644
--- a/portal.install
+++ b/portal.install
@@ -1,5 +1,5 @@
post_install() {
- getent passwd portal &>/dev/null || useradd -r portal -s /bin/false >/dev/null
+ getent passwd portal &>/dev/null || useradd -r portal -M -s /bin/false >/dev/null
portal-postconf -d $(hostname)
portal-doveconf
true