Hi,
> - How to create a CIDR, ip or reverse based whitelist ? I see that I
> can do it by dkim and/or spf, but I need to pass messages based on ip;
You could use pre-filter map in multimap module:
https://rspamd.com/doc/modules/multimap.html#pre-filter-maps
> - Is it possible to have a per user bayes dictionary?
Yes- see
https://rspamd.com/doc/configuration/statistic.html#applying-per-user-and-per-language-statistics
> - How can I create a multiple node rspamd cluster? I have more than
> one rspamd server and I want shared history (webui) information and
> bayes rules. I think that I need just the redis cluster, what
> architecture is suggested?
Not much ideas about this. There isn't a shared history as far as I'm
aware- maybe push logs somewhere. There is support for storing dynamic
configuration from webui I believe but I can't say much about it.
Best,
-AL.