got2go wrote:
> Hello all,
>
> I am trying to get Bayes working on CentoS 4.3 with Postfix, MailScanner,
> IMP (with Spam reporting feature).
>   
Check your /etc/mail/spamassassin/mailscanner.cf. (if you don't have
one, your MailScanner is ancient)

If you've got this line:
    bayes_path /var/spool/MailScanner/spamassassin/bayes

Then that's what you're using for everything.

If it's commented out, then
     MailScanner should be using /root/.spamassassin/.
     IMP might be using  /var/www
    

If you have no /etc/mail/spamassassin/mailscanner.cf, and a REALLY old
mailscanner, check your spam.assassin.prefs.conf, for a bayes_path.

If that's the case then:
    locally logged in as root is using /root/.spamassassin
    IMP might be using /var/www/
    MailScanner is probably using spam.assassin.prefs.conf, which
probably has the /var/spool/MailScanner bayes_path.
   

Reply via email to