From fb87e4fd62220cf107377aeb9e4e65a9a237ec7f Mon Sep 17 00:00:00 2001 From: Pierre Jaury Date: Fri, 29 Apr 2016 19:30:49 +0200 Subject: main/dovecot: create dovecot system users Since a593d306c92f8bc15a1797c0a2ccfa784edbc4a0, the main group for system users is specified explicitely but the system groups were not created in the first place. --- main/dovecot/dovecot.pre-install | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main') diff --git a/main/dovecot/dovecot.pre-install b/main/dovecot/dovecot.pre-install index e19b1138a2..e3ee636d68 100644 --- a/main/dovecot/dovecot.pre-install +++ b/main/dovecot/dovecot.pre-install @@ -1,5 +1,7 @@ #!/bin/sh +addgroup -S dovecot 2>/dev/null +addgroup -S dovenull 2>/dev/null adduser -S -u 90 -D -H -h /dev/null -s /sbin/nologin -g dovecot dovecot 2>/dev/null adduser -S -u 91 -D -H -h /dev/null -s /sbin/nologin -g dovenull dovenull 2>/dev/null -- cgit v1.2.3