Link to home
Start Free TrialLog in
Avatar of trath
trath

asked on

Exchange 2007 wont let big messages pass

It appears that Exchange 2007 will not accept messages that have large attachmants. I am not really sure the size at which it stops but it appears to be aroung 10meg. I have checked and it appears to me that there are no limitations on message size, but then I cant be 100% sure since my knowledge on this system is limited.
ASKER CERTIFIED SOLUTION
Avatar of Jeffrey Kane - TechSoEasy
Jeffrey Kane - TechSoEasy
Flag of United States of America image

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
Avatar of trath
trath

ASKER

I had seen that article before, and it was not much help becasue it didnt tell you how to fix the problem only that it existed. The real answer was found on a different article.. and is this

To use the Exchange Management Shell to set a 50 MB limit on message size on an existing Receive connector named "Connection from Contoso.com"

Run the following command:

 Copy Code
Set-ReceiveConnector "Connection from Contoso.com" -MaxMessageSize 50MB
Avatar of trath

ASKER

The real solution can be done by issuing this connand in the console..

To use the Exchange Management Shell to set a 50 MB limit on message size on an existing Receive connector named "Connection from Contoso.com"

Run the following command:

 Copy Code
Set-ReceiveConnector "Connection from Contoso.com" -MaxMessageSize 50MB