diff --git a/dovecot/Dockerfile b/dovecot/Dockerfile index 04be8152..5aceef69 100644 --- a/dovecot/Dockerfile +++ b/dovecot/Dockerfile @@ -5,6 +5,7 @@ RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/re dovecot \ dovecot-sqlite \ dovecot-pigeonhole-plugin \ + dovecot-antispam-plugin@testing \ rspamd-client@testing \ bash \ && rm -rf /var/cache/apk/* @@ -12,9 +13,6 @@ RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/re COPY dovecot-pigeonhole-plugin-extdata-39-r0.apk / RUN apk add --allow-untrusted --force dovecot-pigeonhole-plugin-extdata-39-r0.apk -COPY dovecot-antispam-plugin-51-r0.apk / -RUN apk add --allow-untrusted --force dovecot-antispam-plugin-51-r0.apk - COPY conf /etc/dovecot COPY sieve /var/lib/dovecot diff --git a/dovecot/dovecot-antispam-plugin-51-r0.apk b/dovecot/dovecot-antispam-plugin-51-r0.apk deleted file mode 100644 index 9d8548b4..00000000 Binary files a/dovecot/dovecot-antispam-plugin-51-r0.apk and /dev/null differ