Printer Friendly Version
In Exchange 2003 the Anti-Spam system is part of the exchange installation and can be enabled or disabled by marking the relevant component on the SMTP Virtual Server: http://www.petri.co.il/block_spam_with_exchange_2003.htm
Unified messaging provides users with flexible and powerful new ways of accessing information and increasing productivity. This video tutorial explains how unified messaging works and also describes its architecture. In addition, it describes the voice mail integration feature of Exchange Server 2010.
Get up to speed on the lates Exchange Server functionality in this free video tutorial.Exchange 2007 is built differently and a new element called Edge was added in order to handle Spam and Viruses, and because of this the traditional Anti-spam system is not installed as a default during the Exchange 2007 installation.
When you are not installing the Edge server role as a mailrelay, but you still want to use the Anti-Spam system that that is part of Exchange 2007, you need to install it from a PowerShell script that was installed during the Exchange 2007 installation on the Hub transport role. To do this, follow the instructions listed below.
Installing Exchange 2007 Anti-spam system
- Close the EMC (Exchange Management Console).
- Open the PowerShell and navigate using the following path: "Program Files\Microsoft\Exchange Server\Scripts".
- Run the "install-AntispamAgents.ps1" script as shown in window (with ./ before the script name) below:

- Restart the "Microsoft Exchange Transport" service in order to apply configuration changes.
- Open the Exchange Management Console, and on the Organization configuration list, select Hub Transport. The "Anti-Spam" tab has been added to the Hub Transport properties.

Uninstalling Exchange 2007 Anti-spam system
If from some reason, you would like to uninstall the Anti-Spam system from the Hub Transport role, follow the next steps:
- Close the EMC (Exchange Management Console).
- Open the PowerShell and navigate using the following path: "Program Files\MicrosoftExchange ServerScripts".
- Run the "uninstall-AntispamAgents.ps1" script as shown in window (with ./ before the script name) below: Note: You will be prompt to disable and then uninstall each agent of the Anti-spam system like the Connection filtering, content filter, Sender filtering etc.

- Restart the "Microsoft Exchange Transport" service in order to apply configuration changes.
- Open the Exchange Management Console, and on the Organization configuration list, select Hub Transport. You will see that the "Anti-Spam" tab has been removed from the Hub Transport properties.


