Difference between revisions of "Zimbra 10.0.6 fixes"
Jump to navigation
Jump to search
Line 22: | Line 22: | ||
alter table mobile_devices drop column last_updated_by; | alter table mobile_devices drop column last_updated_by; | ||
``` | ``` | ||
+ | |||
+ | # Ref | ||
+ | https://community.zextras.com/forum/zimbra-ose-9-by-zextras/patch-34-for-zimbra-9-has-been-released-regarding-global-security/paged/3/ |
Latest revision as of 05:54, 21 July 2024
/opt/zimbra/jetty_base/etc/jetty.xml.in
<Call id="httpsConnector" name="addConnector"> <Set name="port">%%zimbraMailSSLPort%%</Set>
cd /opt/zimbra/bin ./zmmailboxdctl start -f
zmprov ms `zmhostname` zimbraMailSSLPort 1993 zmprov ms `zmhostname` -zimbraServiceEnabled dnscache
./install.sh --skip-ng-check
sudo -u zimbra /opt/zimbra/bin/mysql -u zimbra -p zimbra alter table mobile_devices drop column mobile_operator; alter table mobile_devices drop column last_updated_by;