Patching Zimbra in Ubuntu
-
Patching Zimbra in Ubuntu and other platforms has gotten much better
https://wiki.zimbra.com/wiki/Zimbra_Releases/8.8.10/P4
All I needed to do was thisAs root, install the patch. Type below command
apt-get update apt-get install zimbra-patch
Switch to user zimbra
su – zimbra
ZCS must be restarted to changes to take effect. Type below command
zmcontrol restart
Same can be done on CentOS.