From 3bfdff155cee0aba0151f0f9a404356839c59863 Mon Sep 17 00:00:00 2001 From: Dario Ernst Date: Tue, 25 Jun 2019 19:54:05 +0000 Subject: [PATCH] Use official Mailu/Podop --- core/dovecot/Dockerfile | 2 +- core/postfix/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/dovecot/Dockerfile b/core/dovecot/Dockerfile index cf29364d..a4a4c3a3 100644 --- a/core/dovecot/Dockerfile +++ b/core/dovecot/Dockerfile @@ -6,7 +6,7 @@ RUN apk add --no-cache \ # Shared layer between admin, rspamd, postfix, dovecot, unbound and nginx RUN pip3 install git+https://github.com/Mailu/MailuStart.git#egg=mailustart # Shared layer between dovecot and postfix -RUN pip3 install git+https://github.com/Nebukadneza/Podop.git@fix_py37 +RUN pip3 install git+https://github.com/Mailu/Podop.git # Image specific layers under this line RUN apk add --no-cache \ dovecot dovecot-lmtpd dovecot-pop3d dovecot-submissiond dovecot-pigeonhole-plugin rspamd-client \ diff --git a/core/postfix/Dockerfile b/core/postfix/Dockerfile index 0c7f769e..c298efa2 100644 --- a/core/postfix/Dockerfile +++ b/core/postfix/Dockerfile @@ -6,7 +6,7 @@ RUN apk add --no-cache \ # Shared layer between admin, rspamd, postfix, dovecot, unbound and nginx RUN pip3 install git+https://github.com/Mailu/MailuStart.git#egg=mailustart # Shared layer between dovecot and postfix -RUN pip3 install git+https://github.com/Nebukadneza/Podop.git@fix_py37 +RUN pip3 install git+https://github.com/Mailu/Podop.git # Image specific layers under this line RUN apk add --no-cache postfix postfix-pcre cyrus-sasl-plain