diff options
author | korgoth1 <vladislav.stakhov@gmail.com> | 2020-01-15 23:35:46 +0300 |
---|---|---|
committer | korgoth1 <vladislav.stakhov@gmail.com> | 2020-01-15 23:35:46 +0300 |
commit | a134799dddb07dca45196ccc9737415d2cc5b586 (patch) | |
tree | 52dbd0d74e43f0216a3cfe7a2414307180939df9 /test | |
parent | 092fa9c14831bc0460bd25190fa013697f572354 (diff) | |
download | rspamd-a134799dddb07dca45196ccc9737415d2cc5b586.tar.gz rspamd-a134799dddb07dca45196ccc9737415d2cc5b586.zip |
[Test] SPF external IP map
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/configs/dmarc.conf | 4 |
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 |