Files
Docker-rspamd/Stable2.0/conf/local.d/options.inc
Patrick Niebeling de7350baab First Shot
Signed-off-by: Patrick Niebeling <patrick.niebeling@adacor.com>
2024-11-06 17:13:46 +01:00

10 lines
313 B
SourcePawn

dns {
enable_dnssec = true;
}
map_watch_interval = 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;