Monday, May 14, 2007

Hub Transport Role

The hub transport Server is responsible for every piece of mail goes in and out from mail organization. As mail moves the Hub transport role is responsible. There is policy engine build into it, as mail moves Hub Server inspect the mail and applies and defines the policies. Compliance piece is build into this server. Journaling piece is build into this server as well

"Every message comes into SMTP domain will be touched by Exchange hub transport server."

Applies

  • Transport rules
  • Journaling polices
  • Delivers message to recipient mailbox

Messages that are sent to the Internet are relayed by the Hub Transport server to the Edge Transport server role that is deployed in the DMZ

Messages that are received from the Internet are processed by the Edge Transport server before they are relayed to the Hub Transport server, one way communication from Hub to Edge. Edge Transport server agents can be installed on the Hub Transport server to provide anti-spam and antivirus protection inside the organization.

Now you need to go to Script folder where ever you have installed exchange, in my case this is going to be E drive, and since I am last to type. Below is my short cut

cd e:/pro*/exc*/sc*

[PS] E:\Program Files\Exchange Server\Scripts> from here type the below command

[PS] E:\Program Files\Exchange Server\Scripts>.\install-AntispamAgents.ps1

Now stop the service from power shell no need to use GUI anymore, we are Power Shell administrators,

Restart-Service MSExchangeTransport

  • The Hub Transport server role stores all its configuration information in Active Directory.
  • The Edge transport role stores its entire configuration in ADAM

    The Hub Transport Server (This information includes)

  • transport rules settings,
  • journal rule settings,
  • Connector configurations.

Because this information is stored in Active Directory, you can configure settings one time, and then those settings are applied by every Hub Transport server in the organization.

You can install the Hub Transport server role on the same hardware with any other non-clustered internal server role or on a server that is dedicated to the Hub Transport server role. You must deploy a Hub Transport server role in each Active Directory site that contains a Mailbox server role. Deploying more than one Hub Transport server per site provides redundancy if a server fails. When you install more than one Hub Transport server in an Active Directory site, the connections are distributed.

The message-processing scenarios that you can manage on the Hub Transport server role are described in the following sections

Internal Mail Flow

The Hub Transport server role processes all messages that are sent inside the Exchange 2007 organization before the messages are delivered to a recipient's Inbox or are routed to users outside the organization. There are no exceptions to this behavior; messages are always passed through a server that runs the Hub Transport server role.

Messages are submitted to the Hub Transport server in three ways:

Through Simple Mail Transfer Protocol (SMTP) submission,

From the Pickup directory, or

When a user inside the organization sends a message and that message is picked up from the user's Outbox by the store driver, a software component of the Hub Transport server that delivers inbound messages to Exchange stores, the databases that contain public folder and mailbox stores.

When messages are submitted to the Hub Transport server, they are processed by the categorizer. The categorizer is a component of Exchange transport that processes all inbound messages and determines what to do with the messages based on information about the intended recipients. In Exchange 2007, the Hub Transport server uses the categorizer to expand distribution lists and to identify alternative recipients and forwarding addresses. After the categorizer retrieves full information about the recipients, it uses that information to apply policies, route the message, and perform content conversion. Messages are then delivered locally by the store driver to a recipient's mailbox, or they are delivered remotely by using SMTP to send messages to another transport server. Messages that are sent by users in your organization are picked up from the sender's Outbox by the store driver and are put in the Submission queue on a server that runs the Hub Transport server role. For more information, see Transport Architecture.

Messaging Policy and Compliance Features

A collection of transport agent's lets you configure rules and settings that are applied as messages enter and leave the mail flow components. You can create messaging policy and rule settings that are designed to meet different regulations and that can easily be changed to adapt to your organization's requirements. The transport-based messaging policy and compliance features include server-based rules that you configure to enforce your organization's compliance scenarios and the Journaling agent that acts to enforce message retention.

Anti-Spam and Antivirus Protection

The Exchange 2007 Built-in Protection features provide anti-spam and antivirus protection for messages. Although these Built-in Protection features are designed for use in the perimeter network on the Edge Transport server role, the Edge Transport agents can also be configured on the Hub Transport server. By default, these agents are not enabled on the Hub Transport server role. To use the anti-spam features on the Hub Transport server, you must register the agents in a configuration file and enable the features that you want to use by running a provided Exchange Management Shell script. You install and enable the antivirus agent in a separate operation. For more information, see Planning for Anti-Spam and Antivirus Features.

TechNet

Oz ozugurlu

No comments: