Steps to increase max message size for ActiveSync devices: Difference between revisions

(Created page with "=== <h1>Steps_to_increase_max_message_size_for_ActiveSync_devices</h1> === <hr> <br> <h2>Problem:</h2> ActiveSync devices downloads only 7MB starting part of a message. OR...")
 
No edit summary
Line 1: Line 1:
=== <h1>Steps_to_increase_max_message_size_for_ActiveSync_devices</h1> ===
=== <h1>Increase max message size for ActiveSync devices</h1> ===
<hr>
<hr>
<br>
<br>
<h2>Problem:</h2>   
<h2>Problem:</h2>   
ActiveSync devices downloads only 7MB starting part of a message.  
ActiveSync devices downloads only 7MB starting part of a message.<br>
OR
OR<br>
Outlook with EAS configuration downloads only starting 7MB part of large messages.  
Outlook with EAS configuration downloads only starting 7MB part of large messages.  




<h2>Solution:</h2>   
<h2>Solution:</h2>   
Bydefault ActiveSync device are allowed to download 10MB size messages.
Bydefault ActiveSync device are allowed to download 10MB size messages.<br>
There is a separate attribute "zimbraMobileMaxMessageSize" available to control max message size for ActiveSync devices.   
There is a separate attribute "zimbraMobileMaxMessageSize" available to control max message size for ActiveSync devices.   


Line 15: Line 15:
With the help of following commands we can change/increase default limit.   
With the help of following commands we can change/increase default limit.   


<pre>su - zimbra
su - zimbra
zmprov mcf zimbraMobileMaxMessageSize "31457280"                  
zmprov mcf zimbraMobileMaxMessageSize "31457280"           #Example to set limit to 30mb.  
#Example to set limit to 30mb.  
zmmailboxdctl restart
zmmailboxdctl restart   </pre>
 
 
 
 
Submitted by: Heera Singh Koranga

Revision as of 06:12, 19 August 2017

Increase max message size for ActiveSync devices



Problem:

ActiveSync devices downloads only 7MB starting part of a message.
OR
Outlook with EAS configuration downloads only starting 7MB part of large messages.


Solution:

Bydefault ActiveSync device are allowed to download 10MB size messages.
There is a separate attribute "zimbraMobileMaxMessageSize" available to control max message size for ActiveSync devices.


With the help of following commands we can change/increase default limit.

su - zimbra
zmprov mcf zimbraMobileMaxMessageSize "31457280"            #Example to set limit to 30mb. 
zmmailboxdctl restart  



Submitted by: Heera Singh Koranga

Jump to: navigation, search