Agnello George wrote: > i have checked the logs and mail sacnning is happeing :-) ... but what > i see is the following in the logs : > > Feb 19 18:37:52 vps1 spamd[7508]: spamd: still running as root: user > not specified with -u, not found, or set to root, falling back to > nobody
It means that spamc (or whatever you're using with "Smatermail") isn't passing a username with -u / whatever. Non-sql bayes and AWL won't work like this. You should probably create a user for spamd (say spamd) and start spamd with the -u username option. Daryl