diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-01-17 16:18:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-17 16:18:15 +0000 |
commit | fcf7825b5891f9bd6b3bbfea364c7f0717b54938 (patch) | |
tree | 990491e1ca840940821e0471fae74bbc2f0219bb | |
parent | a9be4161d7a4225d3a45fee7bf42023bd3c772a8 (diff) | |
parent | e65d3438229c976bdb4b6914dc6d1f2e78180f69 (diff) | |
download | rspamd-fcf7825b5891f9bd6b3bbfea364c7f0717b54938.tar.gz rspamd-fcf7825b5891f9bd6b3bbfea364c7f0717b54938.zip |
Merge pull request #3224 from korgoth1/master
[Test] excluding external relay ip example from spf.conf
-rw-r--r-- | conf/modules.d/spf.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/conf/modules.d/spf.conf b/conf/modules.d/spf.conf index 836fd59db..c4284bc1c 100644 --- a/conf/modules.d/spf.conf +++ b/conf/modules.d/spf.conf @@ -15,12 +15,6 @@ spf { spf_cache_size = 2k; spf_cache_expire = 1d; - #external_relay = [ - #"$LOCAL_CONFDIR/local.d/maps.d/external_relay_ip.inc.local", - #"${DBDIR}/surbl-external_relay_ip.inc.local", - #"fallback+file://${CONFDIR}/maps.d/external_relay_ip.inc" - #]; - .include(try=true,priority=5) "${DBDIR}/dynamic/spf.conf" .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/spf.conf" .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/spf.conf" |