aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/configs
diff options
context:
space:
mode:
authorkorgoth1 <vladislav.stakhov@gmail.com>2020-01-16 15:06:54 +0300
committerkorgoth1 <vladislav.stakhov@gmail.com>2020-01-16 15:06:54 +0300
commit7fde19553884b61eccd55a35aef58a3b8ff6a159 (patch)
tree44c222fffa7a29044986851a3755ec98899dd8e1 /test/functional/configs
parent32be5d6037f19a0ffd896133ff566954673fa9ab (diff)
downloadrspamd-7fde19553884b61eccd55a35aef58a3b8ff6a159.tar.gz
rspamd-7fde19553884b61eccd55a35aef58a3b8ff6a159.zip
[Test] SPF external IP map
Diffstat (limited to 'test/functional/configs')
-rw-r--r--test/functional/configs/dmarc.conf2
-rw-r--r--test/functional/configs/maps/external_relay_ip.list1
2 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/configs/dmarc.conf b/test/functional/configs/dmarc.conf
index f086f9238..b6164f9d2 100644
--- a/test/functional/configs/dmarc.conf
+++ b/test/functional/configs/dmarc.conf
@@ -1,6 +1,6 @@
dmarc { }
spf {
external_relay = [
- "$LOCAL_CONFDIR/local.d/maps.d/external_relay_ip.inc.local",
+ "${TESTDIR}/configs/maps/external_relay_ip.list",
];
} \ No newline at end of file
diff --git a/test/functional/configs/maps/external_relay_ip.list b/test/functional/configs/maps/external_relay_ip.list
new file mode 100644
index 000000000..3fc5c1775
--- /dev/null
+++ b/test/functional/configs/maps/external_relay_ip.list
@@ -0,0 +1 @@
+192.168.1.1 \ No newline at end of file