Page 1 of 1

Project Gamera clustering

Posted: Thu Oct 23, 2014 6:56 am
by faris
At the bottom of https://www.atomicorp.com/wiki/index.php/Project_Gamera it talks about clustering.
There's nothing about this at the (more recent?) https://github.com/Atomicorp/project-gamera

What is the clustering about? It seems to be related to spamassassin learning, so I'm guessing it might be related to how you are supposed to be able to have a squirrelmail installation somewhere for per user/domain config, but I can't find any reference to that anywhere.

Can someone point me in the right direction please?

Re: Project Gamera clustering

Posted: Thu Oct 23, 2014 8:45 am
by scott
Yeah I think I have some better ideas here for it. You can store all the spamassassin settings in mysql, the squirrelmail bit there was probably because it had one of the mysql interfaces to th SA settings. I havent looked in a while so there could be more.

If you have your PG's on fast enough links you can use galera to cluster all the data, including the bayes tokens. If you're on slower links you'd probably not want to do that because of the performance hit you'd take.

Re: Project Gamera clustering

Posted: Thu Oct 23, 2014 9:02 am
by faris
They are on very fast links to each other. But to be honest I'm not bothered about replicating bayes. I was more interested in some way for end users to make adjustments to their own spam score settings and such, that would replicate.

But I think even that's more than I need to be honest. I just need to automatic importing of Plesk domains into the config, but that's in another post.