Use relaynets in rmilter whitelist, fixes #140

This commit is contained in:
kaiyou
2017-07-02 16:26:31 +02:00
parent 633d93aa8c
commit 4053273fe6
3 changed files with 13 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
FROM alpine:edge
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk add --no-cache rmilter@testing rsyslog
&& apk add --no-cache rmilter@testing rsyslog bash
COPY rmilter.conf /etc/rmilter.conf
COPY rsyslog.conf /etc/rsyslog.conf