7 lines
No EOL
187 B
Docker
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 |