add dovecot to access group
This commit is contained in:
parent
c2d2df7bb2
commit
000128815e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user