Am 22.01.2010 09:41, schrieb Stephane MAGAND: > Hello, > > In a previous post, i have request a information, can i use one > central bayes database > for a lot of SpamAssassin Server. > > I have received a answer: Yes > > But what is the process ? > > for > one spamassassin, we use obligatory a MySQL Server ? > If yes, the performence are not decreased ? > > Thanks for your help > Stephane >
if you do not use MySQL for bayes, migrate. in local.cf : bayes_store_module Mail::SpamAssassin::BayesStore::SQL bayes_sql_dsn DBI:mysql:mailscanner:<servername>:3306 bayes_sql_username <bayesuser> bayes_sql_password <bayespass> bayes_sql_override_username <bayesuser> the performance question depends on so many facts and figures it is hard to answer (network, hardware, traffic) but using one central bayes db gives you the security that each SA server adds the same score for bayes (there is no warranty it will be the same with dedicated local databases) but bear in mind that if anyone is able to poison your central db it is poisoned for all SA servers. ;-) hth Ralph