higher ids

This commit is contained in:
Sebastian Hugentobler 2018-02-16 11:21:15 +01:00
parent 3308c10c07
commit 68cc3608b8

View File

@ -68,11 +68,11 @@ RUN apk --no-cache add \
lua \
lua-ldap
RUN addgroup -g 100 dovecot
RUN adduser -u 90 -h /dev/null -H -s /sbin/nologin -D -G dovecot dovecot
RUN addgroup -g 150 dovecot
RUN adduser -u 140 -h /dev/null -H -s /sbin/nologin -D -G dovecot dovecot
RUN addgroup -g 101 dovenull
RUN adduser -u 91 -h /dev/null -H -s /sbin/nologin -D -G dovenull dovenull
RUN addgroup -g 151 dovenull
RUN adduser -u 141 -h /dev/null -H -s /sbin/nologin -D -G dovenull dovenull
RUN addgroup -g 2222 access
RUN addgroup dovecot access