Jason Levine wrote: > > /usr/bin/spamc -u ${user} -e /usr/sbin/sendmail -oi -f ${sender} $ > {recipient} > > Spamd is running daemonized, with the following options: > > spamd --max-children=10 -d -x -q -i 127.0.0.1 -A > 209.10.108.198,204.193.152.163,192.168.1.163,127.0.0.1 > > I'm using MySQL for my user prefs and bayes token databases; I know > that the DB connection is working, because my user whitelist prefs > are firing on appropriate emails, and when I issued the "sa-learn -- > clear" commands, I could see the MySQL process running in the > processlist clearing out the appropriate DB entries. >
I had the same problem, but it went away when I reconfigured it to look similar to yours. What I did was remove -u from spamd, and add -q to it. Don't know which change was the key, but anyway, your config seems similar to me.. Strange. My spamd options: OPTIONS="--siteconfigpath=/etc/mail/spamassassin --nouser-config -d -q -m 3 \ -i 0.0.0.0 -A 127.0.0.1 -A 10.0.0.0/8" and spamc options: spamc -H -x -d spamd -u spam