1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-02-04 19:47:14 +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 = {
selector "ip" {
}
backend "redis" {
servers = "redis";
}
backend "redis";
symbol = "IP_REPUTATION";
}
}