Over at AllSpammedUp.com I’ve written an article on protecting both yourself and others from backscatter spam. Backscatter spam is also known as NDR spam and is the result of address spoofing combined with spam addressed to invalid recipients. As an Exchange administrator you want to be sure you aren’t contributing to the problem with your own email server. Read the article to find out how to avoid send NDR spam to others.
Articles about Exchange Server and spam prevention
I’ve written some more articles recently at AllSpammedUp.com. One of the interesting things about writing these articles is that is has forced me to take a deeper look at Exchange Server 2007 antispam features and consider their effectiveness. My view at the moment is that with the right attention and configuration Exchange Server 2007 can […]
Spam quarantine features in Exchange Server 2007
With the right configuration and ongoing tuning the built in Exchange Server 2007 anti-spam features can be effective in many environments. One thing I’m not a fan of though is the quarantine feature. You can read more about it in my latest post to AllSpammedUp.com here. Link: Managing spam quarantine for Exchange Server 2007 Paul […]
How to configure Exchange Server 2007 Connection Filtering with SpamHaus
Over at AllSpammedUp.com I’ve written an article on the Exchange 2007 Connection Filter agent, and I walk through the steps to configure it to use SpamHaus as an IP Block list provider. A correctly configured Connection Filter agent saves the Exchange administrator a lot of time by avoiding the need to manually maintain a large […]
Event ID 454 and 17003 – A corrupt Sender Reputation database causes Exchange Server 2007 Transport service to stop
A corrupt Sender Reputation database may cause Exchange Server 2007 Transport service to stop.
Exchange Server 2007 SP1 disables Exchange Anti-spam updates
Here is the anti-spam configuration on an Exchange Server 2007 RTM server:
|
1 2 3 4 5 6 7 8 9 |
[PS] C:\>Get-AntispamUpdates UpdateMode : Automatic LatestContentFilterVersion : 3.3.4604.600 SpamSignatureUpdatesEnabled : True LatestSpamSignatureVersion : 3.3.4604.600 IPReputationUpdatesEnabled : True LatestIPReputationVersion : 3.3.4604.001 MicrosoftUpdate : NotConfigured |
And here is the same Exchange Server 2007 server immediately after upgrading to Service Pack 1:
|
1 2 3 4 5 6 7 8 9 |
[PS] C:\>Get-AntispamUpdates UpdateMode : Disabled LatestContentFilterVersion : 3.3.4604.600 SpamSignatureUpdatesEnabled : False LatestSpamSignatureVersion : 3.3.4604.600 IPReputationUpdatesEnabled : False LatestIPReputationVersion : 3.3.4604.001 MicrosoftUpdate : NotConfigured |
The Service Pack 1 installation disabled the Anti-spam engine updates. This stung me on a production system that I upgraded shortly after the SP1 release. […]
Checking currency of Exchange Server 2007 Anti-Spam signatures
Last week I wrote a post on what is missing from Exchange Server 2007 Anti-Spam. A short time afterwards Evan Dodds wrote back to me with an answer to the issue. One could write a simple script to check what updates are available on MU in certain categories, etc. Sample VB script code is available […]
What is missing from Exchange Server 2007 Anti-Spam
I’ve been searching all over the Microsoft website for a KB article, Technet article, or any other page that will list the current version of the various Exchange Server 2007 anti-spam signature releases. I realise that in any given day these can update dozens of times, but it is still a bit frustrating not having […]