Learn from spam automatically, fixes #8
This commit is contained in:
@@ -5,15 +5,16 @@ RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/re
|
||||
dovecot \
|
||||
dovecot-sqlite \
|
||||
dovecot-pigeonhole-plugin \
|
||||
dovecot-antispam-plugin@testing \
|
||||
spamassassin \
|
||||
rspamd-client@testing \
|
||||
bash \
|
||||
&& rm -rf /var/cache/apk/* \
|
||||
&& sed -i 's,90:65533,90:12,' /etc/passwd
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user