Filter outgoing email headers, fixes #52

This commit is contained in:
Pierre Jaury
2016-08-29 22:41:31 +02:00
parent 92bbfde195
commit 40b9883c8c
3 changed files with 24 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
FROM alpine
RUN apk add --update bash postfix postfix-sqlite rsyslog && rm -rf /var/cache/apk/*
RUN apk add --update bash postfix postfix-sqlite postfix-pcre rsyslog && rm -rf /var/cache/apk/*
COPY conf /etc/postfix
COPY rsyslog.conf /etc/rsyslog.conf