King0770-Notes-Zimbra-Connect: Difference between revisions

No edit summary
Line 38: Line 38:
apt-get remove zimbra-chat
apt-get remove zimbra-chat


apt-get remove zimbra-connect
apt-get install zimbra-connect
</pre></code>
</pre></code>



Revision as of 18:25, 15 March 2020

To help clear up confusion about Zimbra-Chat vs. Zimbra-Talk vs. Zimbra-Connect

Both zimbra-talk and zimbra-chat are no longer supported in favor of zimbra-connect; Zimbra-Connect is supported.

To remove zimbra-chat, zimbra-talk, and install zimbra-connect do the following...

NOTE: The commands should only be used on zimbra nodes running the mailboxd service.

CentOS / RedHat

As zimbra
----------
zmzimletctl undeploy zimbra-talk

zmzimletctl undeploy zimbra-chat

As root
-------
yum remove zimbra-talk

yum remove zimbra-chat

yum install zimbra-connect

Ubuntu

As zimbra
----------
zmzimletctl undeploy zimbra-talk

zmzimletctl undeploy zimbra-chat

As root
-------
apt-get remove zimbra-talk

apt-get remove zimbra-chat

apt-get install zimbra-connect

Finish Zimbra-Connect install

As zimbra
----------
for cos in `zmprov gac`; do zxsuite config cos set $cos attribute teamChatEnabled value true; zxsuite config cos set $cos attribute videoChatEnabled value true; zxsuite config cos set $cos attribute historyEnabled value true; done

zmmailboxdctl restart

Make sure your COS's has com_zimbra_connect_classic enabled.

zmprov mc default +zimbraZimletAvailableZimlets '+com_zimbra_connect_classic'

Additional Info https://zimbra.github.io/adminguide/8.8.15/#_zimbra_connect


More articles written by me, https://wiki.zimbra.com/wiki/King0770-Notes

Jump to: navigation, search