use rspamd as milter

This commit is contained in:
Sebastian Hugentobler 2021-11-18 14:44:30 +01:00
parent 04dce50646
commit e2d10a72b5
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
4 changed files with 10 additions and 12 deletions

View file

@ -20,16 +20,12 @@ RUN apk add --no-cache \
postfix \
postfix-pgsql \
openssl \
spamassassin-client \
libstdc++ \
libmilter
RUN addgroup -g 2222 access
RUN addgroup postfix access
RUN mkdir /var/run/spamass-milter
RUN chown postfix:postfix /var/run/spamass-milter
RUN chown root /var/spool/postfix/
RUN chown root /var/spool/postfix/pid