]> source.dussan.org Git - rspamd.git/commitdiff
[Test] SPF external IP map
authorkorgoth1 <vladislav.stakhov@gmail.com>
Thu, 16 Jan 2020 12:59:23 +0000 (15:59 +0300)
committerkorgoth1 <vladislav.stakhov@gmail.com>
Thu, 16 Jan 2020 12:59:23 +0000 (15:59 +0300)
conf/maps.d/external_relay_ip.inc [deleted file]
conf/maps.d/surbl-whitelist.inc
conf/modules.d/spf.conf

diff --git a/conf/maps.d/external_relay_ip.inc b/conf/maps.d/external_relay_ip.inc
deleted file mode 100644 (file)
index 3fc5c17..0000000
+++ /dev/null
@@ -1 +0,0 @@
-192.168.1.1
\ No newline at end of file
index 1c56f9a51ad917d60823e6587389cb2fedfc0a9d..401c1cec95f4af35ad15b1ece528d8eda21bd95d 100644 (file)
@@ -1,4 +1,3 @@
-  
 126.com
 163.com
 1gost.info
index cf0862909bde10b90a9f4fb12317fa43ca73f461..a09e70d6b6ab0d5514fc797bb0c125b61192ff32 100644 (file)
@@ -19,9 +19,9 @@ spf {
   .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"
-  ];
+  #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"
+  #];
 }