[Rspamd] Minor fixes

master
andryyy 2020-04-12 13:09:09 +02:00
parent dc3eb44544
commit 655c9b4eba
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
4 changed files with 2 additions and 1459 deletions

View File

@ -23,7 +23,6 @@ RUN apt-get update && apt-get install -y \
&& chown _rspamd:_rspamd /run/rspamd
COPY settings.conf /etc/rspamd/settings.conf
COPY neural.lua /usr/share/rspamd/plugins/neural.lua
COPY docker-entrypoint.sh /docker-entrypoint.sh
ENTRYPOINT ["/docker-entrypoint.sh"]

View File

@ -104,7 +104,7 @@ touch /etc/rspamd/custom/global_mime_from_blacklist.map \
/etc/rspamd/custom/bad_words.map \
/etc/rspamd/custom/bad_asn.map \
/etc/rspamd/custom/bad_words_de.map \
/etc/rspamd/custom/bulk_headers.map
/etc/rspamd/custom/bulk_header.map
# www-data (82) group needs to write to these files
chown _rspamd:_rspamd /etc/rspamd/custom/

File diff suppressed because it is too large Load Diff

View File

@ -71,7 +71,7 @@ services:
- clamd
rspamd-mailcow:
image: mailcow/rspamd:1.67
image: mailcow/rspamd:1.68
stop_grace_period: 30s
depends_on:
- nginx-mailcow