On Fri, 5 Mar 2010 15:45:54 +0100
Stephane MAGAND <stmagconsult...@gmail.com> wrote:

> Hi
> 
> i have a small problems for connect Spamassassin 3.3.0 to my sql
> server:
> 
> my local.cf:
> 
> use_bayes 1
> bayes_auto_expire 0
> bayes_auto_learn                        1
> bayes_auto_learn_threshold_nonspam      0.1
> bayes_auto_learn_threshold_spam         9.0
> bayes_store_module      Mail::SpamAssassin::BayesStore::MySQL
> bayes_sql_dsn   DBI:mysql:MyDatabase:localhost
> bayes_sql_username      MyLogin
> bayes_sql_password      MyPassword
> 
> ...

> he said "bayes: using username: root"

I don't use sql for Bayes, but I presume that bayes_sql_username is
an sql user of the database (used to authenticate to the sql backend),
whereas "bayes: using username: root" is referring to the mail user -
either a unix account or a mail virtual user.

Reply via email to