
Originally Posted by
nick_phost
I was having this problem and a cpanel tech gave me a quick fix.
~~~~~ From Cpanel Support ~~~~~
1) Edit /etc/mail/spamassassin/local.cf and uncomment the "lock_method=flock" line
2) do a 'ps -aux |grep spamd' then remove any .lock files located in /home/user/.spamassassin/ for any users shown running spamd processes.
3) Restart exim '/etc/init.d/exim restart'
~~~~~ End ~~~~~
For step 2. I did, 'rm /home/*/.spamassassin/*.lock -f'. That might be a bit of overkill but it shouldnt hurt anything.