aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorkorgoth1 <vladislav.stakhov@gmail.com>2020-01-15 23:35:46 +0300
committerkorgoth1 <vladislav.stakhov@gmail.com>2020-01-15 23:35:46 +0300
commita134799dddb07dca45196ccc9737415d2cc5b586 (patch)
tree52dbd0d74e43f0216a3cfe7a2414307180939df9 /test
parent092fa9c14831bc0460bd25190fa013697f572354 (diff)
downloadrspamd-a134799dddb07dca45196ccc9737415d2cc5b586.tar.gz
rspamd-a134799dddb07dca45196ccc9737415d2cc5b586.zip
[Test] SPF external IP map
Diffstat (limited to 'test')
-rw-r--r--test/functional/configs/dmarc.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/functional/configs/dmarc.conf b/test/functional/configs/dmarc.conf
index 08a542c70..f086f9238 100644
--- a/test/functional/configs/dmarc.conf
+++ b/test/functional/configs/dmarc.conf
@@ -1,4 +1,6 @@
dmarc { }
spf {
- external_relay = 192.168.1.1;
+ external_relay = [
+ "$LOCAL_CONFDIR/local.d/maps.d/external_relay_ip.inc.local",
+ ];
} \ No newline at end of file