1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-11 16:09:19 +00:00

Merge pull request #5812 from mailcow/limit-local-addrs

[Rspamd] Set local_addrs lo mailcow networks
This commit is contained in:
Patrick Schult
2024-04-03 10:48:46 +02:00
committed by GitHub

View File

@@ -6,3 +6,4 @@ 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;