1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-05-23 16:01:54 +00:00

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

This commit is contained in:
andryyy
2021-04-03 10:50:11 +02:00

View File

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