x
Reset Search
 
 

 

Article

Set the email size limit

« Go Back

Information

 
StatusDraft
Main
If you're using...

Workshare Protect Server
Microsoft Exchange 2013/2010/2007

All external mail, whether it comes from a protected sender or not, will be routed through Workshare Protect Server. To prevent large emails from bouncing, you'll need to ensure the size limit is the same in these places:

A) Protect Server SMTP server:
 
For each Protect Server:
  1. Open the Internet Information Services (IIS) 6.0 Manager.
  2. Right click SMTP Server.
  3. Select Properties. The SMTP Server Properties dialog is displayed.
  4. Select the Messages tab.
  5. In the Limit message size to (KB): field, enter the maximum message size. Workshare recommends you set this value to be about 33% larger to what is set on your corporate email system. This is to account for the difference in email size between MAPI and MIME. To find out more, see Microsoft's support site: http://support.microsoft.com/kb/836555
  6. In the Limit session size to (KB): field, enter the maximum session size.
User-added image
 
B) Exchange Hub Transport

If you’re using Exchange 2013, for each Hub Transport:
  1. Navigate to the Exchange Control Panel (ECP) and log in. Your ECP is likely to be located at an address with this format: https://localhost/ecp
  2. From mail flow, select send connectors.
  3. Click the more icon: User-added image
User-added image
  1. Select Organizational transport settings
User-added image
  1. Set the Maximum send message size (MB) for the organization and click Save.
  2. For each relevant send connector:
    1. Select the send connector.
    2. Click the edit icon: User-added image
User-added image
  1. Set the Maximum send message size (MB) and click Save.
For more information about the Hub Transport in Exchange 2013, see Microsoft's support site: https://technet.microsoft.com/en-us/library/bb124345%28v=exchg.150%29.aspx


If you’re using Exchange 2010/2007, for each Hub Transport:
  1. Open the Exchange Management Console.
  2. Expand Organization Configuration.
  3. Click Hub Transport.
User-added image
  1. Select the Global Settings tab.
  2. Double-click Transport Settings. Transport Setting Properties will open.
  3. In the Maximum send size field, enter a number the same size or smaller than the one you set for the SMTP server's message size. We recommend this value to be about 33% smaller than the SMTP's server message size. 
User-added image

For more information about the Hub Transport in Exchange 2010, see Microsoft's support site: http://technet.microsoft.com/en-gb/library/bb676532(v=exchg.141).aspx

C) The Exchange Web Services

You only need to modify this if you're using the Synchronization feature.
  1. On your CAS server, go to C:\Program Files\Microsoft\Exchange Server\ClientAccess\exchweb\ews
  2. Open web.config with a text editor (e.g. Notepad).
  3. Change the value of maxrequestlength to reflect the message size you want in kilobytes.
  4. Save the file.
  5. Go to C:\Program Files\Microsoft\Exchange Server\ClientAccess\owa
  6. Repeat steps 2-4 to change the maxrequestlength.
  7. Once both files have been edited, open a command prompt and run the commands below. You'll need to replace [size in Bytes!] with the actual number of bytes based on the settings you chose for the web.config files.
cd \Windows\System32\inetsrv
appcmd set config "Default Web Site/ews" -section:requestFiltering -requestLimits.maxAllowedContentLength:[size in Bytes!]
appcmd set config "Default Web Site/owa" -section:requestFiltering -requestLimits.maxAllowedContentLength:[size in Bytes!]
iisreset
 
Attachment 
Attachment 
Attachment 
Attachment 
Attachment 
If you're using...

Workshare Protect Server
Microsoft Exchange 2013/2010/2007

All external mail, whether it comes from a protected sender or not, will be routed through Workshare Protect Server. To prevent large emails from bouncing, you'll need to ensure the size limit is the same in these places:

A) Protect Server SMTP server:
 
For each Protect Server:
  1. Open the Internet Information Services (IIS) 6.0 Manager.
  2. Right click SMTP Server.
  3. Select Properties. The SMTP Server Properties dialog is displayed.
  4. Select the Messages tab.
  5. In the Limit message size to (KB): field, enter the maximum message size. Workshare recommends you set this value to be about 33% larger to what is set on your corporate email system. This is to account for the difference in email size between MAPI and MIME. To find out more, see Microsoft's support site: http://support.microsoft.com/kb/836555
  6. In the Limit session size to (KB): field, enter the maximum session size.
User-added image
 
B) Exchange Hub Transport

If you’re using Exchange 2013, for each Hub Transport:
  1. Navigate to the Exchange Control Panel (ECP) and log in. Your ECP is likely to be located at an address with this format: https://localhost/ecp
  2. From mail flow, select send connectors.
  3. Click the more icon: User-added image
User-added image
  1. Select Organizational transport settings
User-added image
  1. Set the Maximum send message size (MB) for the organization and click Save.
  2. For each relevant send connector:
    1. Select the send connector.
    2. Click the edit icon: User-added image
User-added image
  1. Set the Maximum send message size (MB) and click Save.
For more information about the Hub Transport in Exchange 2013, see Microsoft's support site: https://technet.microsoft.com/en-us/library/bb124345%28v=exchg.150%29.aspx


If you’re using Exchange 2010/2007, for each Hub Transport:
  1. Open the Exchange Management Console.
  2. Expand Organization Configuration.
  3. Click Hub Transport.
User-added image
  1. Select the Global Settings tab.
  2. Double-click Transport Settings. Transport Setting Properties will open.
  3. In the Maximum send size field, enter a number the same size or smaller than the one you set for the SMTP server's message size. We recommend this value to be about 33% smaller than the SMTP's server message size. 
User-added image

For more information about the Hub Transport in Exchange 2010, see Microsoft's support site: http://technet.microsoft.com/en-gb/library/bb676532(v=exchg.141).aspx

C) The Exchange Web Services

You only need to modify this if you're using the Synchronization feature.
  1. On your CAS server, go to C:\Program Files\Microsoft\Exchange Server\ClientAccess\exchweb\ews
  2. Open web.config with a text editor (e.g. Notepad).
  3. Change the value of maxrequestlength to reflect the message size you want in kilobytes.
  4. Save the file.
  5. Go to C:\Program Files\Microsoft\Exchange Server\ClientAccess\owa
  6. Repeat steps 2-4 to change the maxrequestlength.
  7. Once both files have been edited, open a command prompt and run the commands below. You'll need to replace [size in Bytes!] with the actual number of bytes based on the settings you chose for the web.config files.
cd \Windows\System32\inetsrv
appcmd set config "Default Web Site/ews" -section:requestFiltering -requestLimits.maxAllowedContentLength:[size in Bytes!]
appcmd set config "Default Web Site/owa" -section:requestFiltering -requestLimits.maxAllowedContentLength:[size in Bytes!]
iisreset
 

Helpful?      

Feedback

Please tell us how we can make this article more useful.

Characters Remaining: 255