filter spam AFTER

This commit is contained in:
Sebastian Hugentobler 2022-09-29 15:57:02 +02:00
parent 3746205a60
commit 8a8bd926db
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
3 changed files with 5 additions and 4 deletions

View file

@ -95,9 +95,9 @@ RUN addgroup -g 1111 vmail
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-before/
RUN mkdir /var/lib/vmail/sieve-after/
RUN chown -R vmail:vmail /var/lib/vmail/sieve-before/
RUN chown -R vmail:vmail /var/lib/vmail/sieve-after/
EXPOSE 143 4190 6334 7777