Browse Source

Merge branch 'master' of github.com:mailcow/mailcow-dockerized

andryyy 4 years ago
parent
commit
339c8a4315
1 changed files with 1 additions and 3 deletions
  1. 1 3
      data/conf/rspamd/local.d/reputation.conf

+ 1 - 3
data/conf/rspamd/local.d/reputation.conf

@@ -2,9 +2,7 @@ rules {
   ip_reputation = {
   ip_reputation = {
     selector "ip" {
     selector "ip" {
     }
     }
-    backend "redis" {
-      servers = "redis";
-    }
+    backend "redis";
     symbol = "IP_REPUTATION";
     symbol = "IP_REPUTATION";
   }
   }
 }
 }