1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-05 21:19:16 +00:00
Files
mailcow-dockerized/data/conf/rspamd/local.d/reputation.conf

10 lines
118 B
Plaintext

rules {
ip_reputation = {
selector "ip" {
}
backend "redis" {
}
symbol = "IP_REPUTATION";
}
}