浏览代码

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

[Rspamd] Set local_addrs lo mailcow networks
Patrick Schult 1 年之前
父节点
当前提交
75550eeea3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      data/conf/rspamd/local.d/options.inc

+ 1 - 0
data/conf/rspamd/local.d/options.inc

@@ -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;