Hi Gary V, Sorry for the delayed reply.
>A clue was given to you in a previous post: http://marc.theaimsgroup.com/?l=spamassassin-users&m=114269315700923&w=2 >But I am not getting the full picture. You said earlier that the bayes files >were in /var/amavis/.spamassassin yet you say you changed the home directory >of 'clamav' to /var/amavisd. Are your bayes files in >/var/amavis/.spamassassin or /var/amavisd/.spamassassin? What user is >running amavisd-new? Please do this for me as I asked before: My bayes files are under "/var/amavis/.spamassassin" (sorry for the typo) >What do you have $daemon_user and $daemon_group set to in amavisd.conf? $daemon_user = 'clamav' $daemon_group = 'clamav' >What does this say?: cat /etc/passwd | grep amavis clamav:x:1005:103::/var/amavis:/bin/sh >When you ran "/usr/local/bin/sa-learn -D --sync", what user were you running >this as? I was logged in as user "clamav" after changing the initially assigned home directory of user clamav from something else to "/var/avamvis" >Another hint, you also need to run 'sa-learn --sync --force-expire' as your >amavisd-new user. If it takes some time to complete then it is probably >working.