Exchange 2013 Message Size Limits – How to Set
To display current message size limits:
- Open the Exchange Management Shell
- Enter the following command:
Get-TransportConfig | Format-List -Property MaxReceiveSize, MaxSendSize
Get-SendConnector | Format-List -Property Identity, MaxMessageSize
Get-ReceiveConnector | Format-List -Property Identity, MaxMessageSize
To increase size limits on your Exchange Server 2013 machine:
- Open the Exchange Management Shell
- Enter the following commands:
Set-TransportConfig -MaxReceiveSize 100MB -MaxSendSize 100MB
Get-SendConnector | Set-SendConnector -MaxMessageSize 100MB
Get-ReceiveConnector | Set-ReceiveConnector -MaxMessageSize 100MB