From 2170e07731a423cf30cb8f70b0a171c7bfcfa606 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Sun, 31 Oct 2021 19:57:51 +0100 Subject: [PATCH] Tell rspamd about RELAYNETS --- core/rspamd/conf/options.inc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 core/rspamd/conf/options.inc diff --git a/core/rspamd/conf/options.inc b/core/rspamd/conf/options.inc new file mode 100644 index 00000000..22bae565 --- /dev/null +++ b/core/rspamd/conf/options.inc @@ -0,0 +1,3 @@ +{% if RELAYNETS %} +local_networks = [{{ RELAYNETS }}]; +{% endif %}