hello oliver,
if understand everything you wrote you want to load awl from the filesystem and the userprefs via sql, right? do you have any error messages from your logfiles available for a closer look?
why don´t you load the awl via sql, too? on my machine i have bayes, awl and userprefs in a mysql-db and everything is working fine! here is my setup
local.cf:
user_scores_dsn DBI:mysql:spamassassin:localhost user_scores_sql_username username user_scores_sql_password pass
bayes_store_module Mail::SpamAssassin::BayesStore::SQL bayes_sql_dsn DBI:mysql:spamassassin:localhost bayes_sql_username username bayes_sql_password pass bayes_sql_override_username vpopmail
auto_whitelist_factory Mail::SpamAssassin::SQLBasedAddrList user_awl_dsn DBI:mysql:spamassassin:localhost user_awl_sql_username username user_awl_sql_password pass
i start spamd with this syntax:
spamd -v -u vpopmail -x -q
gruß aus münchen :-)
alex
Oliver Welter wrote:
Hi Folks,
I am encountering a strange problem with SQL Support and vpopmail.
I run vpopmail with SQL Support and SA via QmailScanner. Using "-v -u vpopmail" successfully works and reads the SA user based prefs from the filesystem from the vpopmail-Homes
Now, when I add "-q" to read userprefs from database, SA fails reading the users vpopmail directory from the database, but needs this for AWL...
Any Ideas ??
Oliver