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

13
rmilter/Dockerfile Normal file
View File

@@ -0,0 +1,13 @@
FROM alpine:edge
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk add --update \
rmilter@testing rsyslog \
&& rm -rf /var/cache/apk/*
COPY rmilter.conf /etc/rmilter.conf
COPY rsyslog.conf /etc/rsyslog.conf
COPY start.sh /start.sh
CMD ["/start.sh"]