Exchange 2007 SP1. I'm trying to increase sending/receiving message size limit for a single mailbox. Originally I got this error: "Task 'mailbox@mydomain.com - Sending' reported error (0x80040610) : 'The message being sent exceeds the message size established for this user." I checked under Exchange Management Console --> Recipient Configuration --> Mailbox --> User Mailbox Properties --> Mailflow Settings --> Message Size Restrictions --> Properties --> Sending and receiving size is set to "Unlimited" So, I followed these instructions: http://tinyurl.com/47bd9s and increase these parameters: 1) Set-TransportConfig -MaxReceiveSize 40MB -MaxSendSize 40MB 2) Get-SendConnector | Set-SendConnector -MaxMessageSize 40mb 3) Set-ReceiveConnector Default CONNECTOR -MaxMessageSize 40mb 4) Set-TransportServer MYSERVER -ExternalDsnMaxMessageAttachSize 40MB -InternalDsnMaxMessageAttachSize 40MB Unfortunately there is no way to make this work!!!!! I still get same error message on size message limit. I tried to: 1) restart exchange transport service 2) restart outlook on client 3) create e new message re-attaching file 4) restart client system None of the above works. Please can you tell me how can I do (if possible) to increase sending message size? Best regards.
See http://articles.techrepublic.com.com/5100-10878_11-6165487.html -- Christopher Smith MCSE, MCITP:Messaging, CISSP PS - If I was helpful in solving your issue - please let me know! Indicate that it either answered your question, or was helpful in finding it! "joker197cinque" wrote: > Exchange 2007 SP1. > > I'm trying to increase sending/receiving message size limit for a > single mailbox. > > Originally I got this error: "Task 'mailbox@mydomain.com - Sending' > reported error (0x80040610) : 'The message being sent exceeds the > message size established for this user." > > I checked under Exchange Management Console --> Recipient > Configuration --> Mailbox --> User Mailbox Properties --> Mailflow > Settings --> Message Size Restrictions --> Properties --> Sending and > receiving size is set to "Unlimited" > > So, I followed these instructions: http://tinyurl.com/47bd9s > > and increase these parameters: > > 1) Set-TransportConfig -MaxReceiveSize 40MB -MaxSendSize 40MB > > 2) Get-SendConnector | Set-SendConnector -MaxMessageSize 40mb > > 3) Set-ReceiveConnector âDefault CONNECTORâ -MaxMessageSize 40mb > > 4) Set-TransportServer âMYSERVERâ -ExternalDsnMaxMessageAttachSize > 40MB -InternalDsnMaxMessageAttachSize 40MB > > Unfortunately there is no way to make this work!!!!! > > I still get same error message on size message limit. > > I tried to: > > 1) restart exchange transport service > 2) restart outlook on client > 3) create e new message re-attaching file > 4) restart client system > > None of the above works. > > Please can you tell me how can I do (if possible) to increase sending > message size? > > Best regards. >
On May 14, 6:46 pm, Christopher Smith wrote: > Seehttp://articles.techrepublic.com.com/5100-10878_11-6165487.html Thanks for help; this however does not explain how to increase size for only ONE mailbox. Best regards.