On Thu, 2008-09-25 at 11:25 +0700, Alangchang Zuuzuu wrote: > Spamd will read at /home/spamd/.spamasssassin > instaed /root/.spamassasin. > I did it already but it not work > > pls,sugges me What should I do with this error ??? > Do as suggested by the diagnostics you quoted:
- don't run spamd as nobody, which never has a home directory (only '/'). - set up a user that only used to run spamd, e.g. spamfilter. No special privileges are needed. - create .spamassassin and set up your global user preferences in the user - change your boot time services to run spamd under that user. In a RedHat-type system that probably means defining the user in the /etc/sysconfig/spamassassin script, which sets environment variables used by /etc/init.d/spamassassin at boot time. Martin