Switch to using Podop in Dovecot

This commit is contained in:
Pierre Jaury
2018-07-26 21:41:11 +02:00
parent 809fe78f82
commit b5d6b93869
6 changed files with 36 additions and 109 deletions

View File

@@ -1,9 +1,9 @@
FROM alpine:edge
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk add --no-cache \
dovecot dovecot-sqlite dovecot-pigeonhole-plugin dovecot-pigeonhole-plugin-extdata \
rspamd-client@testing python py-jinja2
RUN apk add --no-cache \
dovecot dovecot-pop3d dovecot-lmtpd dovecot-pigeonhole-plugin rspamd-client \
python3 py3-pip \
&& pip3 install jinja2 podop
COPY conf /conf
COPY sieve /var/lib/dovecot