Logo
CAR REVIEW
Windows Vista
Windows 7
Windows Azure
Windows Server
Windows Phone
PREGNANCY
 
 
Windows Server

Microsoft Exchange Server 2010 : Completing Transport Server Setup (part 1) - Configuring Transport Limits

3/10/2014 9:40:04 PM

After you install Transport servers running Exchange Server 2010, you need to finalize the configuration by creating and configuring a postmaster mailbox and performing any other necessary tasks. For Exchange organizations with only Hub Transport servers, you should enable anti-spam features. For Exchange organizations with Edge Transport servers, you need to subscribe the Edge Transport servers to your Exchange organization. For either type of Exchange organization, you might also want to configure journal and transport rules on your Hub Transport servers.

1. Configuring the Postmaster Address and Mailbox

Every organization that sends and receives mail should have a postmaster address. This is the e-mail address listed on nondelivery reports and other delivery status notification reports created by Exchange Server. The postmaster address is not set by default. You must manually set the postmaster address.

To view your Exchange organization's postmaster address, enter the following command at the Exchange Management Shell prompt:

Get-TransportConfig | Format-List Name,ExternalPostMasterAddress

This command lists the postmaster address for the organization, as shown in this sample output:

Name: Transport Settings
ExternalPostmasterAddress : postmaster@cpandl.com

If you don't set the postmaster address, the address typically is set to $null, except when you have an Edge Transport server that hasn't been through the Edge Sync process. To change the postmaster address, you can use the –ExternalPostMasterAddress parameter of the Set-TransportServer cmdlet, as shown in this example:

Set-TransportConfig -ExternalPostMasterAddress "nondelivery@cpandl.com"

If you want the postmaster address to be able to receive mail, you must either create a mailbox and associate it with the postmaster address or assign the postmaster address as a secondary e-mail address for an existing mailbox.

You also can view or change the organization's postmaster address by completing the following steps:

  1. In the Exchange Management Console, expand the Organization Configuration node, and then select the Hub Transport node.

  2. In the main pane, select the Global Settings node and then double-click Transport Settings. This displays the Transport Settings Properties dialog box.

  3. On the General tab, the current postmaster e-mail address is listed. If you want to change the postmaster address, enter the address you want to use, and then click OK.

2. Configuring Transport Limits

Exchange Server 2010 automatically places receive size, send size, and number of recipient limits on messages being routed through an Exchange organization. By default, the maximum message size that can be received by or sent by recipients in the organization is 10,240 KB and messages can have no more than 5,000 recipients. You configure maximum message size limits on individual Receive and Send connectors as discussed previously.

You can view or change the default limits for the Exchange organization by completing the following steps:

  1. In the Exchange Management Console, expand the Organization Configuration node, and then select the Hub Transport node.

  2. In the main pane, select the Global Settings tab and then double-click Transport Settings. This displays the Transport Settings Properties dialog box with the General tab selected by default, as shown in Figure 1.

    Set transport limits for the Exchange organization.

    Figure 1. Set transport limits for the Exchange organization.

  3. To set a maximum receive size limit, select the Maximum Receive Size check box and then type the desired receive limit in the related text box. The valid input range is 0 to 2,097,151 KB. If you clear the check box or use a value of 0, no limit is imposed on the message size that can be received by recipients in the organization.

  4. To set a maximum send size limit, select the Maximum Send Size check box and then type the desired send limit in the related text box. The valid input range is 0 to 2,097,151 KB. If you clear the check box or use a value of 0, no limit is imposed on the message size that can be sent by senders in the organization.

  5. To set a maximum number of recipients limit, select the Maximum Number Of Recipients check box and then type the desired limit in the related text box. The valid input range is 0 to 2,147,483,647. If you clear the check box or use a value of 0, no limit is imposed on the number of recipients in a message. Note that Exchange handles an unexpanded distribution group as one recipient.

  6. Click OK to apply your settings.

In the Exchange Management Shell, you assign the desired transport limits using the Set-TransportConfig cmdlet, as shown in Example 1. The –MaxReceiveSize and –MaxSendSize parameters set the maximum receive size and maximum send size, respectively. MaxRecipientEnvelopeLimit sets the maximum number of recipients in a message. When you use the –MaxReceiveSize and –MaxSendSize parameters, you must specify the units for values using KB for kilobytes, MB for megabytes, or GB for gigabytes. Your changes are made at the organization level and apply to the entire Exchange Server 2010 organization.

Example 1. Setting transport limits

Syntax

Set-TransportConfig [-Identity OrgId] [-DomainController DCName]
[-MaxReceiveSize <'MaxSize' | 'Unlimited'>]
[-MaxSendSize <'MaxSize' | 'Unlimited'>]
[-MaxRecipientEnvelopeLimit <'MaxRecipients' | 'Unlimited'>]


Usage

Set-TransportConfig -MaxReceiveSize '15MB' -MaxSendSize '15MB'
-MaxRecipientEnvelopeLimit '1000'
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
- Windows Server 2012 : Deploying Storage Spaces (part 1) - Understanding Storage Spaces - Concepts and terminology
- Microsoft Exchange Server 2010 : Working with SMTP Connectors, Sites, and Links (part 8) - Connecting to Exchange 2003 Routing Groups
- Microsoft Exchange Server 2010 : Working with SMTP Connectors, Sites, and Links (part 7) - Viewing and Managing Receive Connectors
- Microsoft Exchange Server 2010 : Working with SMTP Connectors, Sites, and Links (part 6) - Creating Receive Connectors
- Microsoft Exchange Server 2010 : Working with SMTP Connectors, Sites, and Links (part 5) - Configuring Send Connector DNS Lookups, Setting Send Connector Limits
- Microsoft Exchange Server 2010 : Working with SMTP Connectors, Sites, and Links (part 4) - Viewing and Managing Send Connectors
- Microsoft Exchange Server 2010 : Working with SMTP Connectors, Sites, and Links (part 3) - Creating Send Connectors
- Microsoft Exchange Server 2010 : Working with SMTP Connectors, Sites, and Links (part 2) - Viewing and Managing Active Directory Site Link Details
- Microsoft Exchange Server 2010 : Working with SMTP Connectors, Sites, and Links (part 1) - Viewing and Managing Active Directory Site Details
- Administering an Exchange Server 2013 Environment (part 9) - Server Administration
 
 
Most view of day
- Sharepoint 2013 : Adding a thumbnail to a video
- Maintaining Desktop Health : Understanding the Windows System Assessment Tool
- Microsoft Visio 2010 : Creating and Using Shape Data Fields (part 4) - Displaying Shape Data in Shape Text
- What's new and improved in SharePoint 2013 : Customizing the interface
- BizTalk 2006 : Using BizTalk Framework 2.0 Reliable Messaging (part 2) - Acknowledgement Verification
- Administering an Exchange Server 2013 Environment (part 6) - Introduction to Role Based Access Control
- QuarkXPress 8 : Checking spelling (part 2) - Searching and replacing, Exporting text
- SharePoint 2010 : Configuring Search Settings and the User Interface - Search Tabs and Pages
- Windows Server 2012 : Configuring IPv6/IPv4 interoperability (part 6) - Configuring a DHCPv6 server, IPv6 transition technologies
- Windows Phone 7 : Running XNA Projects in Windows (part 2) - Display Differences
Top 10
- Windows Phone 8 : Scheduled Tasks - Scheduled Task API Limitations
- Windows Phone 8 : Scheduled Tasks - Updating Tiles Using a Scheduled Task Agent
- Windows Phone 8 : Scheduled Tasks - To-Do List Scheduled Task Sample (part 5) - Editing an Existing To-Do Item
- Windows Phone 8 : Scheduled Tasks - To-Do List Scheduled Task Sample (part 4) - Creating the To-Do Item Shell Tile, Saving a To-Do Item
- Windows Phone 8 : Scheduled Tasks - To-Do List Scheduled Task Sample (part 3) - Debugging Scheduled Tasks
- Windows Phone 8 : Scheduled Tasks - To-Do List Scheduled Task Sample (part 2) - TodoService, TodoItemViewModel
- Windows Phone 8 : Scheduled Tasks - To-Do List Scheduled Task Sample (part 1) - TodoItem,TodoDataContext
- Windows Phone 8 : Scheduled Tasks - Using Scheduled Tasks
- Windows Phone 8 : Scheduled Tasks - Background Agent Types
- Windows Phone 8 : Windows Phone Toolkit Animated Page Transitions - Reusing the Transition Attached Properties
 
 
Windows XP
Windows Vista
Windows 7
Windows Azure
Windows Server
Windows Phone
2015 Camaro