Add sasl2 smtpd method
This commit is contained in:
parent
520baaf7f7
commit
d1a6c17f9a
2 changed files with 4 additions and 0 deletions
|
|
@ -3,3 +3,5 @@ FROM alpine:3
|
||||||
CMD ["/usr/sbin/postfix", "-c", "/etc/postfix", "start-fg"]
|
CMD ["/usr/sbin/postfix", "-c", "/etc/postfix", "start-fg"]
|
||||||
|
|
||||||
RUN apk --no-cache add postfix postfix-ldap cyrus-sasl-login mlmmj
|
RUN apk --no-cache add postfix postfix-ldap cyrus-sasl-login mlmmj
|
||||||
|
|
||||||
|
COPY sasl2/smtpd.conf /etc/sasl2/smtpd.conf
|
||||||
2
sasl2/smtpd.conf
Normal file
2
sasl2/smtpd.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
pwcheck_method:saslauthd
|
||||||
|
mech_list: PLAIN LOGIN
|
||||||
Loading…
Add table
Add a link
Reference in a new issue