Filter outgoing email headers, fixes #52
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user