docker-postfix/Dockerfile
nemunaire b1d6af7ef5
Some checks are pending
ci/woodpecker/push/woodpecker/1 Pipeline is pending
ci/woodpecker/push/woodpecker/2 Pipeline was successful
Add cyrus-sasl-login package to enable LOGIN method
2025-10-25 11:05:55 +00:00

5 lines
137 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