Difference between revisions of "Steps to increase max message size for ActiveSync devices"
Line 1: | Line 1: | ||
− | = | + | {{BC|Certified}} |
+ | __FORCETOC__ | ||
+ | <div class="col-md-12 ibox-content"> | ||
+ | =Main KB Heading= | ||
<hr> | <hr> | ||
− | + | {{KB|{{ZC}}|{{ZCS 8.8.15}}||||}} | |
− | + | {{WIP}} | |
− | ActiveSync devices downloads only 7MB starting part of a message. | + | |
− | OR | + | =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. | Outlook with EAS configuration downloads only starting 7MB part of large messages. | ||
− | + | ====Solution==== | |
− | Bydefault ActiveSync device are allowed to download 10MB size messages. | + | 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. | There is a separate attribute "zimbraMobileMaxMessageSize" available to control max message size for ActiveSync devices. | ||
Line 22: | Line 30: | ||
− | Submitted by: Heera Singh Koranga | + | |
+ | {| class="wikitable" style="background-color:#d0f0c0;" cellpadding="10" | ||
+ | |'''Submitted by''': Heera Singh Koranga | ||
+ | |} | ||
+ | |||
+ | {{Article Footer|ZCS 8.8.15|2020-04-13}} |
Revision as of 13:53, 17 April 2020
Contents
Main KB Heading
- This article is a Work in Progress, and may be unfinished or missing sections.
=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 |