postfix/Dockerfile

10 lines
133 B
Docker

FROM thallian/confd-env:latest
RUN apk add --no-cache postfix postfix-ldap bash
EXPOSE 25 587
VOLUME /etc/ssl/mail
ADD /rootfs /