Improve modular setup for DKIM

Start Amavis integration
This commit is contained in:
Val
2015-07-12 23:54:35 +01:00
parent a8d073e430
commit 7a05a328b4
8 changed files with 99 additions and 22 deletions

View File

@@ -16,8 +16,8 @@ VOLUME ["/mail_settings"]
COPY boot /
RUN chmod 755 /boot
ENV OPEN_DKIM true
ENV OPEN_DKIM_PORT_8891_ADDR inet:8891
ENV OPEN_DKIM=true
EXPOSE 8891
ENTRYPOINT ./boot; service rsyslog start; opendkim -f -p $OPEN_DKIM_PORT_8891_ADDR
ENTRYPOINT /boot; service rsyslog start; opendkim -f -p inet:8891