How do I teach spamassassin what actually is spam and what's not by using sa-learn?
> Hi, > > [EMAIL PROTECTED] pisze: >> How can i completely stop spam mails from going through my mail server. >> I >> followed Bill's Linux Qmail Toaster instructions of installing qmail but >> spam mails are still coming in! >> >> >> >> > Hmm, debug your spamassassin. > Check out /var/log/spamd/currunt for things like "access denied, error, > fail, permissions" > and try to fix those. spamassassin usually runs on vpopmail user that's > a hint for permissions. > > Also do a: > > spamassassin --lint -D > sa.log 2>&1 > > and then inspect the sa.log file and look for things like: missing perl > modules, wrong paths, permissions, whatever. > > Have you tought your spamassassin what actually IS spam and what's not > by using sa-learn? > > Hope this helps, > Maciej > >