Tag Archive: spamassasin

Sep
06

Suffering Spam Problems

Over the last couple of months I have been struggling to deal with an increased level of SPAM. I run my own mail server (Debian, Postfix, Courier, ClamAV, SpamAssasin). About 2 months ago my server was hacked, at that time all I could find in terms of malicious damage was that the root password had …

Continue reading »

Oct
30

Getting Spamassasin To Learn From Emails In Mailbox Folder

I use this command to learn from spam in a folder on a virtual mail box. sa-learn –spam /var/spool/postfix/virtual/DomainName.com/emailaddress/.Possible_Spam/cur/* –showdots This then runs on a Cron Tab each day. Care must be taken that no non-spam messages are added to this folder, so only use this with users you trust. I am working on a …

Continue reading »