programming4us
programming4us
ENTERPRISE

Exchange Server 2010 : Administering Mailbox Content - Monitor and Restrict Communication (part 1) - Perform Basic Message Policy Configuration

- How To Install Windows Server 2012 On VirtualBox
- How To Bypass Torrent Connection Blocking By Your ISP
- How To Install Actual Facebook App On Kindle Fire
6/16/2011 2:53:48 PM
Every organization has legal or ethical obligations that require the enforcement of rules around electronic communications. Many of these situations can be damaging to organizations and pose legal risks that can cost the organization a lot of money. Sometimes it's necessary to implement some form of monitoring or restriction to limit the damage to the company and to protect the people involved.

1. Perform Basic Message Policy Configuration

Exchange Server 2010 is very flexible in how policies can be applied to messages and what actions can be taken based on those policies. The underlying engine for enforcing policies on messages at a basic level is the transport rule. In this section, I'll help you understand what transport rules are and show you how to configure basic rules based on predefined criteria inside Exchange.

1.1. Understand Transport Rules

When a message is sent by a user in Exchange, it always passes through a Transport server. This occurs even when the mailboxes are on the same server or even in the same database. This design helps ensure that all messages flowing through an organization run through a common process before being delivered.

When a Transport server processes a message, it can apply transport rules to the message. Transport rules allow specific policies to be applied to messages, and an action can be taken based on those policies. For example, you could create a transport rule that notifies Bob's manager when Bob sends an email to Joe. You can even have more complex transport rules that do things such as filter information based on certain keywords contained in the message.

You can create transport rules for both Hub Transport and Edge Transport servers. In Exchange Server 2010, transport rules created for Hub Transport servers exist at the organization level. These rules are replicated to every Hub Transport server, and each server applies them to messages that flow through its transport pipeline. This ensures that you don't have to configure transport rules separately on each Hub Transport server.

When you create a transport rule on an Edge Transport server, the rule is stored in the server's Active Directory Lightweight Directory Service store and only applies to that server. Edge servers do not replicate transport rules.

1.2. Configure Transport Rules

Transport rules are flexible and you can create rules to meet a variety of conditions. To illustrate how to create and customize a transport rule, I'm going to walk you through the process of creating a rule that notifies Bob Jones's manager, John Morris, when Bob sends an email to anyone in a competitor organization name Fabrikam Motors.

  1. Open the EMC and browse to the Organization Configuration => Hub Transport node in the Console tree.

  2. In the Actions pane, click the New Transport Rule action. This launches the New Transport Rule wizard.

  3. In the Introduction screen, type a name for the Transport Rule in the Name field. Click Next to continue.

  4. In the Conditions dialog box, select the conditions that cause this rule to be applied. In this example, I will select the From People condition and the When A Specific Recipient's Address Contains Specific Words condition.

    When you select these conditions, they are added to the text box in the bottom half of the dialog box. You can click on the blue, underlined text in this box to specify the conditions that the rule must match. For example, click on the term "people" to select the people who will trigger this rule. Figure 1 illustrates how I have configured the conditions for our example scenario.

    After you have set the conditions, click the Next button.

    Figure 1. Configuring the conditions for a transport rule
  5. On the Actions screen, you will determine what actions are taken on the message. When you select an action from the list, the action is added into the rule description text box below it.

    In this scenario, I added the action Add The Sender's Manager As A Specific Recipient Type and adjusted the recipient type to BCC in the rule description field, as shown in Figure 2.

    Figure 2. Configuring the actions taken on a message by a transport rule

    NOTE

    In this example, the transport rule determines who Bob's manager is based on his account in Active Directory. I could have also defined John Morris as a specific BCC'd recipient on the message if I'd wanted to.

    Click the Next button to continue after setting up your actions.

  6. On the Exceptions screen, you can define an exception for this rule. For example, there may be cases when you don't want this rule to apply. This example will not use any exceptions. Click Next to continue.

  7. At the Create Rule screen, click New to create the rule.

  8. On the Completion screen, click Finish to complete the process and close the wizard.

1.3. Disable Transport Rules

You can temporarily suspend the application of a transport rule by disabling it. Disabling the rule keeps the rule in place but ensures that it's not applied to any users. To disable a transport rule in EMC, follow these steps:

  1. Open the EMC and browse to the Organization Configuration => Hub Transport node in the Console tree.

  2. In the Work area, select the Transport Rules tab. A list of current transport rules is displayed.

  3. Select the transport rule that you want to disable.

  4. In the Actions pane, click the Disable Rule task under the Action menu for the rule that you selected. This is shown in Figure 3.

  5. You will get a warning dialog box, asking you if you are sure that you want to disable the rule. Click Yes to continue.

Figure 3. Disabling a transport rule

You can also disable a transport rule using the Disable-TransportRule cmdlet in the EMS. The following example demonstrates this command:

Disable-TransportRule "Potential Leak" -Confirm:$false
Other  
  •  Exchange Server 2010 : Administering Mailbox Content - Protect and Disclose Information
  •  SharePoint 2010 : Workflow Modeling and Development Tools (part 2) - Visual Studio 2010 & Workflow Modeling Tools Comparison
  •  SharePoint 2010 : Workflow Modeling and Development Tools (part 1) - Microsoft Visio 2010 & SharePoint Designer 2010
  •  SharePoint 2010 : Creating and Managing Workflows - Workflows in SharePoint 2010
  •  Exchange Server 2010 : Meet Message Retention Compliance (part 3) - Keep a Record of Email Communications
  •  Exchange Server 2010 : Meet Message Retention Compliance (part 2) - Archive Email
  •  Exchange Server 2010 : Meet Message Retention Compliance (part 1) - Enforce Records Management
  •  Exchange Server 2010 : Maintaining Reliability and Availability - Recover Data
  •  Exchange Server 2010 : Maintaining Reliability and Availability - Back Up Exchange
  •  Exchange Server 2010 : Utilize the Availability Options for Servers Based on Role (part 3) - Implement Redundant Transport Servers
  •  
    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
    REVIEW
    - First look: Apple Watch

    - 3 Tips for Maintaining Your Cell Phone Battery (part 1)

    - 3 Tips for Maintaining Your Cell Phone Battery (part 2)
    programming4us programming4us
    programming4us
     
     
    programming4us