Mobile devices unable to send mail due to servers sending quota being exceeded

attachmentemail-bouncesemail-serverexchangemobile-devices

I have a customer who has their own exchange.
Their mobile devices are struggling to send emails with attachments and keep reporting that "your email server's sending quota has been exceeded".

I've checked the transport limits, the send and receive connector limits and the individual user limits, and I cant see why this would be occuring…

enter image description here

The individual limits are all set 'unlimited'.

Is there some other limits hidden away or any mobile device policy I've not taken into consideration?

Thanks in advance for the help!

Best Answer

As far as we know, mobile device usually use Exchange activesync protocol to connect exchange server.By default, there is no maxAllowedContentLength key in the web.config files for ActiveSync. However, the maximum message size for ActiveSync is affected by the maxAllowedContentLength value that is applied to all web sites on the server. The default value is 30000000 bytes. So,if the message size exceed this default limit, we will get the "exceed the quota" error.

Details see : Configure client-specific message size limits