rspamd/rspamd.com

clustering rspamd?

Opened this issue · 1 comments

I need an advice.
I have 3 MX servers and 1 IMAP (dovecot) and I would like to use rspamd. What better way to do it?
Run rspamd on the new server and each of the MX and IMAP servers will connect to it?
Or maybe install rspamd on each server and have them connect to one redis database? Will anything else need to be configured for it to work properly?

in local.d/options.conf set neighbours.

https://rspamd.com/doc/configuration/options.html#neighbours-list

Use clustered redis or whatever you want as shared storage

Read the manual.