ensure sieve dir permissions

This commit is contained in:
Sebastian Hugentobler 2018-02-16 12:01:36 +01:00
parent 8677352892
commit 5cf87d7efa
2 changed files with 3 additions and 1 deletions

View File

@ -84,6 +84,8 @@ RUN adduser -u 1111 -h /var/lib/vmail -D -G vmail vmail
RUN mkdir -p /etc/dovecot/conf.d
RUN mkdir /var/lib/vmail/sieve-after/
RUN chown -R vmail:vmail /var/lib/vmail/sieve-after/
EXPOSE 143 4190 6334 7777
VOLUME /var/lib/vmail/mail/ /etc/ssl/mail

View File

@ -1 +1 @@
/var/lib/vmail/mail true vmail 0640 0750
/var/lib/vmail/mail true vmail 0640 0750