Februar
20
RST.SendSizeLimit.Org
Lösung:
Adjust the limits with the following powershell commands:
Set-TransportConfig -InternalDsnMaxMessageAttachSize #MB
Set-TransportConfig -ExternalDsnMaxMessageAttachSize #MB
dann
Set-TransportConfig -MaxReceiveSize #MB -MaxSendSize #MB
oder
Set-Mailbox „User“ -MaxSendSize #MB -MaxReceiveSize #MB
Viele Grüße Arnd