mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-10 04:18:10 +02:00
ee2791d93a
* rspamd: upgrade to 3.10.1 * rspamd: adapt 30s task timeout per default now
11 lines
333 B
SourcePawn
11 lines
333 B
SourcePawn
dns {
|
|
enable_dnssec = true;
|
|
}
|
|
map_watch_interval = 30s;
|
|
task_timeout = 30s;
|
|
disable_monitoring = true;
|
|
# In case a task times out (like DNS lookup), soft reject the message
|
|
# instead of silently accepting the message without further processing.
|
|
soft_reject_on_timeout = true;
|
|
local_addrs = /etc/rspamd/custom/mailcow_networks.map;
|