[Maia-users] Spamassassin problems

Erik Weber twiztar at gmail.com
Fri Aug 3 01:11:36 PDT 2007


Eugene Pefti wrote:
> Hi guys,
>
> May I rely on somebody's help in troubleshooting my spamassassin. I
> installed the latest version of it and then it started complaining at the
> connection to the SQL database while I run: "spamassassin -D --lint"
>
> [10115] dbg: bayes: using username: vscan
> [10115] dbg: bayes: unable to connect to database: Access denied for user
> 'vscan'@'localhost' (using password: NO)
>
> In my local.cf I have this entry
>
> bayes_sql_dsn DBI:mysql:maia
>
> bayes_sql_username vscan
>
> bayes_sql_password "somepassword"

This is how we've set up the relevant parameters in 
/etc/mail/spamassassin/local.cf

bayes_store_module                 Mail::SpamAssassin::BayesStore::SQL
bayes_sql_dsn                          DBI:mysql:maia:localhost
bayes_sql_username                 maia
bayes_sql_password                password
bayes_sql_override_username        maia


-- 
Erik


More information about the Maia-users mailing list