Link to home
Start Free TrialLog in
Avatar of endeavoratl
endeavoratl

asked on

Exchange 2007 Max Email Size Issue

Hi,  I am running Exchange 2007 SP1+ and I am having issues increasing the message size from 10MB to 25MB.

Initially I was trying to increase it only for the executives but when just changing at the user level did not work, I started going upwards towards the Organization Transport level.

Currently my settings are as follows:

Get-TransportConfig |fl M*ze
MaxReceiveSize : 30MB
MaxSendSize : 30MB

Get-SendConnector |fl M*ze
MaxMessageSize : 30MB

Get-ReceiveConnector |fl M*ze     (this is on for all my receive connectors)
MaxMessageSize : 30MB
MaxHeaderSize : 64KB

get-AdSiteLink |fl name, sites, *max*
MaxMessageSize : 30MB

Get-MailBox "name" |fl M*ze
MaxSendSize : 50MB
MaxReceiveSize : 50MB

I have restarted the Transport and Store services.

In each step of the way, I have sent an email from my Gmail account with an attachment of 22.9MB and I get the following bounce:

552 552 5.3.4 Message size exceeds fixed maximum message size (state 18)

I have looked at a lot of web sites for help but they just mention going through the settings I have already done.

One thing to note, some sites mention looking for Get-RoutingGroupConnector but I do not have any Routing Groups.

Is there anything I'm missing? Any help is appreciated.

Thanks in advance, Russell
Avatar of MarkMichael
MarkMichael

This looks about right to me.

Do you have any edge servers that you are forwarding to? Perhaps a server between your Exchange and the Internet?
Avatar of endeavoratl

ASKER

No I am not running an Edge Transport Server. This is a Hub Transport setup.
when the mail gets processed 33% of addtional size is added to the actual message size

So if you send a mail of 10 MB, it becomes ~14MB after processing
Even with a 10% increase, a 22.9MB email will become 25MB roughly? I have all settings set at 30MB and 50MB at user mailbox. So the file size is still within the growth.
ASKER CERTIFIED SOLUTION
Avatar of Nagarajb
Nagarajb

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Try send a 12mb-->15mb message and see what happens
Hi MegaNuk3, I actually followed that website and that's how I came across the handy shell commands to use.

Here is the current status now on what i can email and can not.

All settings are the same, except I bumped up the transport, and send receive connectors to 39MB per Nagarajb's suggestion for taking 33% growth for a 30MB email size.  I have tested from Gmail with a 24MB attachment and it works now.

There is still 1 issue I have.  Reading the Technet articles on this subject, I should have been able to set the Max size on the mailbox and the server should have used that instead of Transport or Connectors right? This is not happening for me. I had to change the Transport and Connectors in order for my mailbox to get a file larger than 10MB.  So now, the whole company can send and receive greater than 10MB emails.

Also, thanks Nagarajb for the headsup on the 33% file increase, every place I read fails to mention that.  You will get most of the solution points for this question.
This is the type of information all the other how-to sites fail to mention. Just little tid-bits that make a huge difference.