Emails with attachments over 10MB getting bounced.

So in exchange management shell I run the following command:

Get-TransportConfig | ft MaxSendSize, MaxReceiveSize

and it was at 10mb in and out, So I increase the max send recieve by running this command:

Set-TransportConfig -MaxSendSize 100MB -MaxReceiveSize 100MB

Check the settings and even rebooted the server last night, to no avail anything over 10mb still get's bounced.

Any ideas would be me appreciated.

Than

February 24th, 2015 7:20am

Hi BJN,

there is a limit for outgoing messages(sendconnector), incominig messages (receive connector) as well as an iternal message size (transport config) in Exchange.
Please see https://technet.microsoft.com/en-us/library/bb124345(v=exchg.150).aspx

If you cannot resolve it using that article please provide the bounce.

Thanks,
Martin

Free Windows Admin Tool Kit Click here and download it now
February 24th, 2015 7:28am

Hi BJN,

there is a limit for outgoing messages(sendconnector), incominig messages (receive connector) as well as an iternal message size (transport config) in Exchange.
Please see https://technet.microsoft.com/en-us/library/bb124345(v=exchg.150).aspx

If you cannot resolve it using that article please provide the bounce.

Thanks,
Martin

February 24th, 2015 3:26pm

Hi,

Please check the results of the following commands:

Get-transportrule | fl AttachmentSizeOver,MessageSizeOver

Get-sendconnector | fl MaxMessageSize

Get-receiveconnector | fl MaxMessageSize

Best Regards.

Free Windows Admin Tool Kit Click here and download it now
February 25th, 2015 4:35am

Martins link helped out.

Thank You Sir

February 26th, 2015 9:23pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics