Add sasl2 smtpd method
Some checks are pending
ci/woodpecker/push/woodpecker/1 Pipeline is pending
ci/woodpecker/push/woodpecker/2 Pipeline was successful

This commit is contained in:
nemunaire 2026-03-08 22:23:38 +07:00
commit d1a6c17f9a
2 changed files with 4 additions and 0 deletions

View file

@ -3,3 +3,5 @@ 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

2
sasl2/smtpd.conf Normal file
View file

@ -0,0 +1,2 @@
pwcheck_method:saslauthd
mech_list: PLAIN LOGIN