Poor Man's Spam Filtering Solution
As I stated 107 days ago, the amount of Spam that I receive is increasing each month. I am using SpamSieve on the client side but this approach still requires me to download the spam and allow Apple's Mail Program to throw it away. While this does save me time, a better approach would be to catch it further up stream. There are modules that I could plug into my mail server to do so but I've found a fairly effective approach that requires little work on my end and zero maintenance.
Steps to drastically reduce spam
- Configure my mail server to forward all of my mail to my gmail account
- Configure Apple mail to grab my mail from gmail via pop3
- Leave my mail server as the default smtp server for this account so people don't get confused on which address I'm using.
UPDATE: It has now been about two days and I've already concluded that this is a great solution. So far Gmail has caught just under 300 spam messages with zero false positives and SpamSieve has only had to catch 6 locally. Thanks Google for filtering my spam!