I believe you are referencing using MySQL with Spamassasin. I am trying to
find my notes. Install the SquirrelMail plugin and follow the instructions
in http://wiki.apache.org/spamassassin/UsingSQL to modify your spamassasin
installation. Below is a couple of my configurations. I believe there is a
flag modification on compilation. I am looking for it now.
"/var/qmail/supervise/spamd/run" reads...
#!/bin/sh
exec /usr/bin/spamd -x -q --max-children=15 -u vpopmail -s stderr 2>&1
"/etc/mail/spamassassin/local.cf" has some lines similar to ...
# Add MySQL User Support
user_scores_dsn DBI:mysql:spamassassin:127.0.0.1
user_scores_sql_password xxxxxx
user_scores_sql_username xxxxxx
user_scores_sql_custom_query SELECT preference, value FROM _TABLE_ WHERE
username = _USERNAME_ OR username = '$GLOBAL' OR username =
CONCAT('%',_DOMAIN_) ORDER BY username ASC
Gilbert T. Gutierrez, Jr.
Phoenix Internet
----- Original Message -----
From: Ronnie Tartar
To: [email protected]
Sent: Wednesday, March 17, 2010 6:23 PM
Subject: RE: [qmailtoaster] Server Upgrade - now spamd not scanning
Help....
---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!
---------------------------------------------------------------------------------
Please visit qmailtoaster.com for the latest news, updates, and packages.
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]