Logo
programming4us
programming4us
programming4us
programming4us
Home
programming4us
XP
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server
programming4us
Windows Phone
 
Windows Server

Microsoft Exchange Server 2010 : Completing Transport Server Setup (part 3) - Enabling Anti-Spam Features

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
3/10/2014 9:41:48 PM

5. Enabling Anti-Spam Features

By default, Edge Transport servers have anti-spam features enabled and Hub Transport servers do not. In an Exchange organization with Edge Transport servers, this is the desired configuration: you want your Edge Transport servers to run anti-spam filters on messages before they are routed into the Exchange organization. After Edge Transport servers have filtered messages, you don't need to filter them again—which is why Hub Transport servers have this feature disabled.

If your organization doesn't use Edge Transport servers and has only Hub Transport servers, you should enable the anti-spam features on Hub Transport servers that receive messages from the Internet. In this way, you can filter incoming messages for spam. You can enable or disable anti-spam features on Hub Transport servers using the Set-TransportServer cmdlet. To enable these features, set the –AntispamAgentsEnabled parameter to $true. To disable these features, set the –AntispamAgentsEnabled parameter to $false.

The following example shows how you can enable anti-spam features on a Hub Transport server named CorpSvr127:

Set-TransportServer -Identity 'CorpSvr127' -AntispamAgentsEnabled $true

You then need to restart the Microsoft Exchange Transport service on the server. If you exit and restart the Exchange Management Console, you'll then see the Antispam tab in the details pane. (Expand the Server Configuration node, and then select the Hub Transport node.)

When you turn on anti-spam features, a transport server can automatically get updates for spam signatures, IP reputation, and anti-spam definitions through automatic updates, provided that you've done the following:

  • Conformed to Microsoft's licensing requirements

  • Enabled Automatic Updates for use on the server

  • Specifically enabled and configured anti-spam updates

To obtain anti-spam updates through automatic updates, Microsoft requires an Exchange Enterprise Client Access License (CAL) for each mailbox user or the purchase of Microsoft Forefront Protection for Exchange Server 2010. You can configure automatic updates by using the Windows Update utility in Control Panel. Click Start, click Control Panel\Security, and then click Windows Update to start this utility. You can also configure Automatic Updates through Group Policy. After you've ensured that automatic updates are enabled, you can check a transport server's anti-spam update configuration by completing the following steps:

  1. Start the Exchange Management Console. On an Edge Transport server, select Edge Transport. On a Hub Transport server, expand the Server Configuration node, and then select the Hub Transport node.

  2. Right-click the transport server for which you are configuring anti-spam updates and then select Enable Anti-Spam Updates. This starts the Enable Anti-Spam Updates Wizard, shown in Figure 2.

  3. Under Update Mode, select Automatic to ensure the server automatically retrieves and applies available updates.

  4. Generally, you'll want a server to retrieve updates for both spam signatures and IP reputation. However, if you don't use IP allow or block lists or other features that use IP reputation details, you might not want to retrieve this information.

    Configure anti-spam updates.

    Figure 2. Configure anti-spam updates.

  5. The wizard enables the server to download and install anti-spam definition updates using Microsoft Update.

  6. Click Enable and then click Finish.

In the Exchange Management Shell, you can use the Get-AntispamUpdates, Enable-AntispamUpdates, and Disable-AntispamUpdates cmdlets to view settings or enable or disable anti-spam updates.

Other -----------------
- SharePoint 2013 : Health and Monitoring (part 4) - Timer Jobs, The Developer Dashboard
- SharePoint 2013 : Health and Monitoring (part 3) - Analytics, The Health Analyzer
- SharePoint 2013 : Health and Monitoring (part 2) - Correlation IDs, The Logging Database
- SharePoint 2013 : Health and Monitoring (part 1) - Logging
- SharePoint 2013 Request Management (part 2) - Request Management Administration
- SharePoint 2013 Request Management (part 1) - The Request Management Process
- Windows Server 2012 : Deploying Storage Spaces (part 5) - Implementing Storage Spaces, Using Windows PowerShell
- Windows Server 2012 : Deploying Storage Spaces (part 4) - Planning a Storage Spaces deployment - Availability, Management
- Windows Server 2012 : Deploying Storage Spaces (part 3) - Planning a Storage Spaces deployment - Hardware, Performance, Resiliency
- Windows Server 2012 : Deploying Storage Spaces (part 2) - Understanding Storage Spaces - Fixed vs. thin provisioning
 
 
Top 10
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
 
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server