[Rspamd] Minor fixes
parent
dc3eb44544
commit
655c9b4eba
|
@ -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"]
|
||||
|
|
|
@ -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
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue