rspamd.com icon indicating copy to clipboard operation
rspamd.com copied to clipboard

clustering rspamd?

Open PaweltK opened this issue 1 year ago • 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?

PaweltK avatar Mar 27 '24 13:03 PaweltK

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.

styx-tdo avatar Apr 27 '24 19:04 styx-tdo