From: korgoth1 Date: Thu, 16 Jan 2020 18:35:21 +0000 (+0300) Subject: [Test] SPF external IP map X-Git-Tag: 2.3~93^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3215%2Fhead;p=thirdparty%2Frspamd.git [Test] SPF external IP map --- diff --git a/conf/modules.d/spf.conf b/conf/modules.d/spf.conf index a09e70d6b6..836fd59db9 100644 --- a/conf/modules.d/spf.conf +++ b/conf/modules.d/spf.conf @@ -15,13 +15,14 @@ spf { spf_cache_size = 2k; spf_cache_expire = 1d; - .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" - #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" + }