From f85b32914c57bf46ac59e267fe3dc9d5600fd839 Mon Sep 17 00:00:00 2001 From: Dario Ernst Date: Sun, 23 Jun 2019 19:02:01 +0000 Subject: [PATCH] Add newly missing plain SASL support in postfix --- core/postfix/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/postfix/Dockerfile b/core/postfix/Dockerfile index 7ef107db..074cf6a1 100644 --- a/core/postfix/Dockerfile +++ b/core/postfix/Dockerfile @@ -9,7 +9,7 @@ RUN pip3 install git+https://github.com/usrpro/MailuStart.git#egg=mailustart RUN pip3 install podop # Image specific layers under this line -RUN apk add --no-cache postfix postfix-pcre rsyslog +RUN apk add --no-cache postfix postfix-pcre cyrus-sasl-plain rsyslog COPY conf /conf COPY start.py /start.py