How to fix Samsung Phones not being able to send mail (ActiveSync)

In this article you will find a short how-to on how to fix the issue that some Samsung phones can receive mail, see calendars, but cannot send mail via Zimbra. Users will see messages go immediately to the outbox with a warning that the message was not sent.

ActiveSync protocol version

This issue affects only some Samsung devices that use the Samsung Email app. To fix this issue you can set the zimbraMobileForceSamsungProtocol25 to TRUE and users will need to reconfigure their account on the mobile mobile device.

The zimbraMobileForceSamsungProtocol25 setting can be done on a per account or Class of Service level. Via the command line you can set this as follows:

su - zimbra

# For the default Class of Service
zmprov mc default zimbraMobileForceSamsungProtocol25 TRUE

# For one account
zmprov ma user@example.com zimbraMobileForceSamsungProtocol25 TRUE

You may want to set this setting for all Classes of Service as follows:

for i in $(zmprov gac); do zmprov mc $i zimbraMobileForceSamsungProtocol25 TRUE; done

The setting of zimbraMobileForceSamsungProtocol25 is currently not supported via the Admin Console web-UI.

, ,

No comments yet.

Leave a Reply

Copyright © 2022 Zimbra, Inc. All rights reserved.

All information contained in this blog is intended for informational purposes only. Synacor, Inc. is not responsible or liable in any manner for the use or misuse of any technical content provided herein. No specific or implied warranty is provided in association with the information or application of the information provided herein, including, but not limited to, use, misuse or distribution of such information by any user. The user assumes any and all risk pertaining to the use or distribution in any form of any subject matter contained in this blog.

Legal Information | Privacy Policy | Do Not Sell My Personal Information | CCPA Disclosures