diff options
author | korgoth1 <vladislav.stakhov@gmail.com> | 2020-01-16 15:06:54 +0300 |
---|---|---|
committer | korgoth1 <vladislav.stakhov@gmail.com> | 2020-01-16 15:06:54 +0300 |
commit | 7fde19553884b61eccd55a35aef58a3b8ff6a159 (patch) | |
tree | 44c222fffa7a29044986851a3755ec98899dd8e1 /test/functional/configs | |
parent | 32be5d6037f19a0ffd896133ff566954673fa9ab (diff) | |
download | rspamd-7fde19553884b61eccd55a35aef58a3b8ff6a159.tar.gz rspamd-7fde19553884b61eccd55a35aef58a3b8ff6a159.zip |
[Test] SPF external IP map
Diffstat (limited to 'test/functional/configs')
-rw-r--r-- | test/functional/configs/dmarc.conf | 2 | ||||
-rw-r--r-- | test/functional/configs/maps/external_relay_ip.list | 1 |
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 |