The Network People Support Forums

Mail::Toaster => Configuration Issues => Topic started by: chasanderson on December 28, 2005, 07:03:18 PM

Title: Switching from Site to User Pref Spam
Post by: chasanderson on December 28, 2005, 07:03:18 PM
Can you switch from site to user prefs in Spamassassin? Can it be done using the toaster_setup?

chas
Title: Re: Switching from Site to User Pref Spam
Post by: antoniop on May 23, 2007, 04:26:20 AM
Yip, sure can.

I know this reply is a bit late but I just changed the "install_spamassassin_flags" & "filtering_spamassassin_method" lines in the toaster-watcher.conf file, set-up the MySQL database as per the spam assassin instructions & re-ran the toaster_setup.pl script.


install_spamassassin_flags         = -d -q -v -x -r /var/run/spamd.pid  # Add -q for per user SQL prefs
install_spamassassin_sql           = 1       # use AWL, bayes, and per-user prefs from MySQL
install_spamassassin_dbuser        = spamassassin
install_spamassassin_dbpass        = myniddenpassword
.
. (further down the config file)
.
filtering_spamassassin_method      = user       # site | user | domain


.