I’ve had it running against a mariadb galera setup for a few years now. Have not experienced any issues here. Did not have to take any special actions on SpamAssassins side, just pointed it at a dns round robin entry for the backend servers and setup appropriate access perms for them.
-Darrell > On May 6, 2022, at 4:08 AM, Niels Kobschätzki <ni...@kobschaetzki.net> wrote: > > Hi, > > I have a setup where the spamassassin-servers have actually no access to the > data of the mail-servers. Now I was looking into having per user > bayes-databases and saw that I can do that with a SQL-database. I have > already a small galera-cluster and I wonder if spamassassin will work with it > because of the limitations galera has. > The limitations are: > > only innodb > unsupported explicit locking > a primary key on all tables is necessary > no XA transactions > no reliance on auto-increment > Does anyone have experience with such a setup? > > Best, > > Niels >