Replace amavis with rmilter plus clamav and rspamd

This commit is contained in:
Pierre Jaury
2016-05-29 15:54:02 +02:00
parent 82ec86afd8
commit ccb37addf1
12 changed files with 163 additions and 192 deletions

10
rspamd/Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
FROM alpine:edge
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk add --update \
rspamd@testing rsyslog \
&& rm -rf /var/cache/apk/*
RUN mkdir /run/rspamd
CMD ["rspamd", "-f", "-i"]