I was poking around some more [and building a new spamassassin package]. And I noticed this
[EMAIL PROTECTED]:/var/log # grep spamc /etc/p3scan/p3scan.conf spamcheck = /usr/bin/spamc -u spamd Which tells p3scan to run spanc lookups as spamd user. The problem is there is no spamd user. I am not sure if this means that p3scan can not teach bayes or not. But here are the facts.... [EMAIL PROTECTED]:/var/log # ps -ef | grep p3scan clamav 3040 1 0 Sep26 ? 00:01:10 /usr/sbin/p3scan clamav 6139 3040 0 12:48 ? 00:00:00 /usr/sbin/p3scan root 6141 5767 0 12:48 pts/0 00:00:00 grep p3scan [EMAIL PROTECTED]:/var/log # groups clamav clamav : clamav amavis [EMAIL PROTECTED]:/var/log # groups amavis amavis : amavis [EMAIL PROTECTED]:/var/log # ps -ef | grep spamd root 3024 1 0 Sep26 ? 00:00:31 /usr/bin/spamd -H /var/lib/spamassassin -u amavis -d -i 127.0.0.1 -s local5 -r /var/run/spamd/spamd.pid amavis 30043 3024 0 10:01 ? 00:00:17 spamd child amavis 2812 3024 0 11:39 ? 00:00:29 spamd child [EMAIL PROTECTED]:/var/log # ls -al /var/lib/spamassassin/bayes_* -rw------- 1 amavis amavis 50280 Oct 30 12:49 /var/lib/spamassassin/bayes_journal -rw------- 1 amavis amavis 2621440 Oct 30 12:47 /var/lib/spamassassin/bayes_seen -rw------- 1 amavis amavis 5500928 Oct 30 12:47 /var/lib/spamassassin/bayes_toks I would think that the -u spamd needs to be removed or change to clamav and the group permissions on the bayes needs to be set to rw..... But I am unsure I have not seen any errors and I know the p3scan is catching spam. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Efw-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/efw-user
