postfix/Dockerfile

13 lines
210 B
Text
Raw Normal View History

2016-07-06 11:42:10 +02:00
FROM thallian/confd-env:latest
2016-07-07 15:06:12 +02:00
RUN apk add --no-cache postfix postfix-ldap rsyslog
2016-07-06 11:42:10 +02:00
2016-07-06 14:14:32 +02:00
RUN chown root /var/spool/postfix/
RUN chown root /var/spool/postfix/pid
2016-07-06 11:42:10 +02:00
EXPOSE 25 587
VOLUME /etc/ssl/mail
ADD /rootfs /