docker-postfix/Dockerfile
Pierre-Olivier Mercier d1a6c17f9a
Some checks are pending
ci/woodpecker/push/woodpecker/1 Pipeline is pending
ci/woodpecker/push/woodpecker/2 Pipeline was successful
Add sasl2 smtpd method
2026-03-08 22:23:38 +07:00

7 lines
No EOL
187 B
Docker

FROM alpine:3
CMD ["/usr/sbin/postfix", "-c", "/etc/postfix", "start-fg"]
RUN apk --no-cache add postfix postfix-ldap cyrus-sasl-login mlmmj
COPY sasl2/smtpd.conf /etc/sasl2/smtpd.conf