1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-02-05 03:57:16 +00:00

[Rspamd] Respect Redis REPLICA in reputation plugin (#4046)

This commit is contained in:
Der-Jan
2021-04-02 21:34:52 +02:00
committed by GitHub
parent 2a2857ea24
commit 7fdc4c2cc3

View File

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