clustering rspamd?
PaweltK opened this issue · 1 comments
PaweltK commented
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?
styx-tdo commented
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.