Hello,
I want to blacklist an IP on the server.
After some investigation I thought the Rspamd Settings Map (via the GUI) could be the best option.
I added this rule:
priority = 10;
ip = "222.111.222.111";
apply "default" {
MAILCOW_BLACK = -9999.0;
}
symbols [
"MAILCOW_BLACK"
]
Is this the best way to do it?