Difference between revisions of "Zimbra 10.0.6 fixes"
Jump to navigation
Jump to search
(Created page with "/opt/zimbra/jetty_base/etc/jetty.xml.in ``` <Call id="httpsConnector" name="addConnector"> <Set name="port">%%zimbraMailSSLPort%%</Set> ``` ``` zmprov ms `zmhostname` zimbra...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
<Call id="httpsConnector" name="addConnector"> | <Call id="httpsConnector" name="addConnector"> | ||
<Set name="port">%%zimbraMailSSLPort%%</Set> | <Set name="port">%%zimbraMailSSLPort%%</Set> | ||
+ | ``` | ||
+ | |||
+ | ``` | ||
+ | cd /opt/zimbra/bin | ||
+ | ./zmmailboxdctl start -f | ||
``` | ``` | ||
Line 17: | 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;