postfix/Dockerfile

13 lines
210 B
Docker
Raw Normal View History

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