aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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