mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-24 07:11:32 +00:00
rspamd: update to 3.10.1 (#6115)
* rspamd: upgrade to 3.10.1 * rspamd: adapt 30s task timeout per default now
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
FROM debian:bookworm-slim
|
FROM debian:bookworm-slim
|
||||||
LABEL maintainer = "The Infrastructure Company GmbH <info@servercow.de>"
|
LABEL maintainer="The Infrastructure Company GmbH <info@servercow.de>"
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
ARG RSPAMD_VER=rspamd_3.9.1-1~82f43560f
|
ARG RSPAMD_VER=rspamd_3.10.1-1~9de95c2b6
|
||||||
ARG CODENAME=bookworm
|
ARG CODENAME=bookworm
|
||||||
ENV LC_ALL=C
|
ENV LC_ALL=C
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ dns {
|
|||||||
enable_dnssec = true;
|
enable_dnssec = true;
|
||||||
}
|
}
|
||||||
map_watch_interval = 30s;
|
map_watch_interval = 30s;
|
||||||
|
task_timeout = 30s;
|
||||||
disable_monitoring = true;
|
disable_monitoring = true;
|
||||||
# In case a task times out (like DNS lookup), soft reject the message
|
# In case a task times out (like DNS lookup), soft reject the message
|
||||||
# instead of silently accepting the message without further processing.
|
# instead of silently accepting the message without further processing.
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ services:
|
|||||||
- clamd
|
- clamd
|
||||||
|
|
||||||
rspamd-mailcow:
|
rspamd-mailcow:
|
||||||
image: mailcow/rspamd:1.97
|
image: mailcow/rspamd:1.98
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
depends_on:
|
depends_on:
|
||||||
- dovecot-mailcow
|
- dovecot-mailcow
|
||||||
|
|||||||
Reference in New Issue
Block a user