move spam messages in the before sieve hook

This commit is contained in:
Sebastian Hugentobler 2022-09-11 11:44:58 +02:00
parent 6c9b5208f5
commit 3746205a60
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
3 changed files with 4 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-after/
RUN mkdir /var/lib/vmail/sieve-before/
RUN chown -R vmail:vmail /var/lib/vmail/sieve-after/
RUN chown -R vmail:vmail /var/lib/vmail/sieve-before/
EXPOSE 143 4190 6334 7777