WHM 11.40.1 (build 9)
CENTOS 6.5
spamassassin 3.003001
VPS with multiple domains
I tried to configure spamassassin to learn bayesian filters server wide because each domain doesnt originate sufficient mail to produce a significative leaning. Following this http://wiki.apache.org/spamassassin/SiteWideBayesSetup:
/etc/mail/spamassassin/local.cf
/root/.spamassassin directory has 0777 permissions
Yet there is something missing or something that I did wrong because its not working log file says:
/var/log/maillog
Where HOSTNAME is our servers hostname.
CENTOS 6.5
spamassassin 3.003001
VPS with multiple domains
I tried to configure spamassassin to learn bayesian filters server wide because each domain doesnt originate sufficient mail to produce a significative leaning. Following this http://wiki.apache.org/spamassassin/SiteWideBayesSetup:
/etc/mail/spamassassin/local.cf
Code:
use_bayes 1
bayes_auto_learn 1
bayes_path /root/.spamassassin/bayes
bayes_file_mode 0777
/root/.spamassassin directory has 0777 permissions
Yet there is something missing or something that I did wrong because its not working log file says:
/var/log/maillog
Code:
Feb 3 14:34:46 * spamd[2620]: plugin: eval failed: bayes: (in learn) locker: safe_lock: cannot create tmp lockfile /root/.spamassassin/bayes.lock.HOSTNAME.2620 for /root/.spamassassin/bayes.lock: Permission denied