aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/configs
diff options
context:
space:
mode:
authorkorgoth1 <vladislav.stakhov@gmail.com>2020-01-10 18:42:35 +0300
committerkorgoth1 <vladislav.stakhov@gmail.com>2020-01-10 18:42:35 +0300
commit31dec457f2c1eca1d364fb22f170f218cd72c8ba (patch)
treed8bed52f00ce7493856001ba3cd5340bd159ec69 /test/functional/configs
parentf2021a1f5138742f70599fc0df54b3b0a1b088c1 (diff)
parent0c25142d4274dc19e3ce92a2375492a23a31811a (diff)
downloadrspamd-31dec457f2c1eca1d364fb22f170f218cd72c8ba.tar.gz
rspamd-31dec457f2c1eca1d364fb22f170f218cd72c8ba.zip
[Test] SURBL resolve ip
Diffstat (limited to 'test/functional/configs')
-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 dac106cc2..644fff0d5 100644
--- a/test/functional/configs/dmarc.conf
+++ b/test/functional/configs/dmarc.conf
@@ -1,2 +1,4 @@
dmarc { }
-spf { } \ No newline at end of file
+spf {
+ external_relay = 192.168.1.1;
+} \ No newline at end of file