Downgrade postfix back to 1.4 configuration

This commit is contained in:
2021-04-26 21:43:33 +02:00
parent 87ac211e03
commit 70251ea215
10 changed files with 77 additions and 107 deletions

View File

@@ -1,8 +1,10 @@
FROM alpine:3.13
RUN apk add --no-cache postfix postfix-sqlite postfix-pcre rsyslog python3 py3-jinja2
RUN apk add --no-cache bash postfix postfix-sqlite postfix-pcre rsyslog
COPY conf /conf
COPY start.py /start.py
COPY conf /etc/postfix
COPY rsyslog.conf /etc/rsyslog.conf
CMD /start.py
COPY start.sh /start.sh
CMD ["/start.sh"]