1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-12 02:28:20 +02:00

Add newly missing plain SASL support in postfix

This commit is contained in:
Dario Ernst 2019-06-23 19:02:01 +00:00
parent d1f80cca99
commit f85b32914c

View File

@ -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