IT tutorials
 
Technology
 

Implementing Edge Services for an Exchange Server 2007 Environment : Fine-Tuning Content Filtering

9/23/2013 3:42:10 AM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

Content filtering can be used for more than just identifying the content of messages in reviewing whether content is considered spam or whether the content is appropriate for the users of an organization. The content filtering function can be used to delete, reject, or quarantine messages based on an SCL rating where the fine-tuning of the SCL helps keep unwanted messages out of the organization’s email system, yet minimizes the potential of false positives where messages are deleted or quarantined even when they are being sent by legitimate senders. This section covers the fine-tuning of content filtering on an Edge Transport server.

Configuring Content Filtering Actions

Several options are available in the Content Filter properties that can be configured. The following goes through the configuration options and notes what the various settings do. To configure content filtering, do the following:

1.
In the Content Filter Properties window, select the Action tab.

2.
Check the Delete Messages That Have an SCL Rating Larger or Equal To option, and set the threshold appropriately. All messages with the respective SCL are deleted.

3.
Check the Reject Messages That Have an SCL Rating Larger or Equal To option, and set the threshold appropriately. All messages with the respective SCL are rejected.

4.
Check the Quarantine Messages That Have an SCL Rating Larger or Equal To option, and set the threshold appropriately. All messages with the respective SCL are quarantined.

Note

A quarantine mailbox must first be defined. A prompt appears if it is not and the action cannot be enabled.

5.
To disable an action, uncheck the box next to it.

6.
To change the corresponding SCL threshold of an action, either enter a new number in the box or use the up/down arrows to change the value.

7.
Click Apply to save your changes or OK to save changes and close the Content Filter.

Using the Exchange Management Shell to Configure Content Filtering

Content filtering can also be configured through the Exchange Management Shell. Each shell command has its own parameters you can set based on the action(s) performed by the command. There are four commands: Get, Add, Remove, and Set. Each command works with one or more content filtering components.

The Get- command is used to retrieve the configuration of a component. For example, entering Get-ContentFilterConfig displays the Content Filter configuration on the local system.

The Add-ContentFilterPhrase command can be used to add an acceptable or unacceptable word or phrase to the filter. The following example adds an unacceptable phrase.

Add-ContentFilterPhrase -Phrase "this is unacceptable" -Influence BadWord

The Remove-ContentFilterPhrase command can be used to remove a blocked or allowed keyword or phrase. The following example removes an unacceptable phrase.

Remove-ContentFilterPhrase -Identity "this is unacceptable"

Note

When replacing the <String> option with a phrase, the phrase must be enclosed with quotation marks and the phrase must be “influenced” so it gets added to the correct list.


The Set command allows an administrator to enable or disable the agent and modify the configuration of the content filter components. The following example enables the Content Filtering Agent on email received on External SMTP connections, bypasses scanning of one domain, enables Outlook 2007 postmark validation, sets the spam quarantine mailbox, and assigns the thresholds for the different actions.

Set-ContentFilterConfig -BypassedSenderDomains Microsoft.com -Enabled $true -ExternalMailEnabled $true 
-OutlookEmailPostmarkValidationEnabled $true -QuarantineMailbox [email protected] -SCLDeleteEnabled $true
 -SCLDeleteThreshold 7 -SCLQuarantineEnabled $true -SCLQuarantineThreshold 4] -SCLRejectEnabled $false


Configuring Puzzle Validation for Content Filtering

Puzzle validation in Exchange 2007 works in conjunction with the Outlook 2007 Email Postmark validation feature to lower the SCL of a message—if the message was detected as spam. This helps reduce false positives in email messages exchanged between organizations running exclusively in Exchange 2007 and Outlook 2007 messaging environments. Postmark validation is disabled by default.

Note

Puzzle validation can only be configured using the Set-ContentFilterConfig Exchange Management Shell command.


When Email Postmark validation is configured for Outlook 2007 clients, and those clients send an email message, a presolved computational puzzle that an Exchange 2007 server running the Content Filtering Agent with Puzzle Validation enabled will be able to “solve.” If the message was marked as spam, but contains an Outlook 2007 Postmark Validation stamp and the Content Filtering Agent was able to successfully resolve the inserted “puzzle,” then the SCL of the message will be lowered because the sender has technically been validated making the message unlikely to be spam. If the message contains an invalid Email Postmark validation header or no Email Postmark validation at all, the SCL will remain unchanged.

To enable or disable Puzzle Validation and Outlook 2007 Email Postmark validation, run the following command in the Exchange Management Shell:

Set-ContentFilterConfig [-OutlookEmailPostmarkValidationEnabled <$true | $false>


where $true enables puzzle validation and $false disables puzzle validation.
 
Others
 
- Implementing Edge Services for an Exchange Server 2007 Environment : Using Content Filtering to Isolate Inappropriate Content (part 2)
- Implementing Edge Services for an Exchange Server 2007 Environment : Using Content Filtering to Isolate Inappropriate Content (part 1)
- The SharePoint 2010 Feature Solution Framework : Writing Your First Feature and Solution (part 1) - Create the Project
- The SharePoint 2010 Feature Solution Framework : What are WebParts?
- The SharePoint 2010 Feature Solution Framework : Writing Your First SharePoint Console App
- Windows Server 2012 : Resource Records (part 2) - Service Records
- Windows Server 2012 : Resource Records (part 1) - Start of Authority Records, Host Records, Name Server Records
- Windows Server 2012 : Installing DNS Using the Add Roles Wizard
- Windows Server 2012 : The Need for DNS - Explaining the DNS Hierarchy
- Sharepoint 2013 : Claims-based authentication, federated identities, and OAuth (part 7) - Understanding OAuth, Configuring server-to-server apps
 
 
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
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us