]> source.dussan.org Git - rspamd.git/commitdiff
[Test] SPF external IP map 3215/head
authorkorgoth1 <vladislav.stakhov@gmail.com>
Thu, 16 Jan 2020 18:35:21 +0000 (21:35 +0300)
committerkorgoth1 <vladislav.stakhov@gmail.com>
Thu, 16 Jan 2020 18:35:21 +0000 (21:35 +0300)
conf/modules.d/spf.conf

index a09e70d6b6ab0d5514fc797bb0c125b61192ff32..836fd59db928b58e67daa5dc9b677a79688f026b 100644 (file)
@@ -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"
+
 }