Difference between revisions of "Steps to increase max message size for ActiveSync devices"
(→Solution) |
|||
Line 2: | Line 2: | ||
__FORCETOC__ | __FORCETOC__ | ||
<div class="col-md-12 ibox-content"> | <div class="col-md-12 ibox-content"> | ||
− | = Increase max message size for ActiveSync devices = | + | = Increase max message size for ActiveSync devices (Legacy activesync) = |
<hr> | <hr> | ||
− | {{KB|{{ZC}}|{{ZCS 8. | + | {{KB|{{ZC}}|{{ZCS 8.7}}||||}} |
{{WIP}} | {{WIP}} | ||
Line 32: | Line 32: | ||
|} | |} | ||
− | {{Article Footer|ZCS 8. | + | {{Article Footer|ZCS 8.7|2020-04-13}} |
Latest revision as of 14:00, 17 April 2020
Contents
Increase max message size for ActiveSync devices (Legacy activesync)
- This article is a Work in Progress, and may be unfinished or missing sections.
Problem
ActiveSync devices or Outlook EAS downloads only the first 7 MB of a message.
Solution
By default ActiveSync devices are allowed to download only 10 MB size messages. There is a separate attribute "zimbraMobileMaxMessageSize" available to control this maximum size.
With the help of following commands we can change the default limit.
su - zimbra zmprov mcf zimbraMobileMaxMessageSize "31457280" #Example to set limit to 30 MB. zmmailboxdctl restart
Submitted by: Heera Singh Koranga |