add dovecot to access group

This commit is contained in:
Sebastian Hugentobler 2017-09-25 11:15:10 +02:00
parent c2d2df7bb2
commit 000128815e

View File

@ -16,6 +16,9 @@ RUN apk add --no-cache dovecot dovecot-ldap libressl ssmtp ca-certificates g++ o
WORKDIR /
RUN addgroup -g 2222 access
RUN addgroup dovecot access
RUN addgroup -g 1111 vmail
RUN adduser -u 1111 -h /var/lib/vmail -D -G vmail vmail