mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-14 10:52:49 +02:00
11 lines
143 B
Plaintext
11 lines
143 B
Plaintext
rules {
|
|
ip_reputation = {
|
|
selector "ip" {
|
|
}
|
|
backend "redis" {
|
|
servers = "redis";
|
|
}
|
|
symbol = "IP_REPUTATION";
|
|
}
|
|
}
|