1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-06-08 07:30:24 +00:00
Files
mailcow-dockerized/data/conf/rspamd/local.d/reputation.conf
T

9 lines
111 B
Plaintext

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