User Tools

Site Tools


internet:mail:zimbra:zimbra_ose

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
internet:mail:zimbra:zimbra_ose [2023/08/15 12:25]
gcooper
internet:mail:zimbra:zimbra_ose [2024/01/13 12:12] (current)
gcooper
Line 1: Line 1:
 ====== Zimbra Collaboration Server OSE ====== ====== Zimbra Collaboration Server OSE ======
- 
-FIXME Updating Page 
  
 See also **[[internet:mail:zimbra:zimbra|Zimbra Collaboration Server]]** See also **[[internet:mail:zimbra:zimbra|Zimbra Collaboration Server]]**
Line 27: Line 25:
 **Update Zimbra 9 OSE**: https://community.zextras.com/how-we-solved-the-issue-of-updating-zimbra-9 **Update Zimbra 9 OSE**: https://community.zextras.com/how-we-solved-the-issue-of-updating-zimbra-9
  
-<note warning>Disable the Zimbra APT repos and install updates via the Zextras Zimbra 9 OSE Installer.  Not all Zimbra patches are needed by Zimbra 9 OSE, so Zextras does not update the installer with every patch Zimbra puts out.</note> +<note warning>**Disable the Zimbra APT repos** and install updates via the Zextras Zimbra 9 OSE Installer.  Not all Zimbra patches are needed by Zimbra 9 OSE, so Zextras does not update the installer with every patch Zimbra puts out.</note>
- +
-<note warning>Be wary of updates!  **Take a snapshot** if you can before updating Zimbra.</note>+
  
 <file> <file>
 mv /etc/apt/sources.list.d/zimbra.list /etc/apt/sources.list.d/zimbra.list.disabled mv /etc/apt/sources.list.d/zimbra.list /etc/apt/sources.list.d/zimbra.list.disabled
 </file> </file>
 +
 +<note warning>Be wary of updates!  **Take a snapshot** if you can before updating Zimbra.</note>
 +
 +<note warning>After updating with the latest Zextras Zimbra 9 OSE installer, you will likely find some issues such as 'undefined' during login and missing tabs at the top of the ZWC page.  See troubleshooting below.</note>
  
 ===== Overview ===== ===== Overview =====
Line 93: Line 93:
 EOF EOF
  
 +# Disable Ubuntu Auto Updates
 sed -i 's/^APT::Periodic::Unatt.*/APT::Periodic::Unattended-Upgrade \"0\"\;/g' /etc/apt/apt.conf.d/20auto-upgrades sed -i 's/^APT::Periodic::Unatt.*/APT::Periodic::Unattended-Upgrade \"0\"\;/g' /etc/apt/apt.conf.d/20auto-upgrades
  
Line 453: Line 454:
 my $current_proto = 0; my $current_proto = 0;
 </file> </file>
 +
 +==== Dev Mode ====
 +
 +https://wiki.zimbra.com/wiki/Web_Client_URL_Tricks
 +
 +You can append ''&dev=1'' to the ZWC URL:
 +
 +https://zimbra.virtualarchitects.com/?dev=1
 +
 +==== Undefined at Login ====
 +
 +https://helpdesk.zextras.com/hc/en-us/requests/43047
 +
 +<file>
 +vim /opt/zimbra/jetty_base/webapps/zimbra/WEB-INF/classes/messages/ZmMsg.properties
 +
 +# Add the following line
 +
 +splashScreenSwitch = <a href='javascript:switchToStandardClient()'>Switch to the Standard (HTML) version</a>
 +</file>
 +
 +:!: Clear your browser cache if necessary.
 +
 +==== Drive and Team Tabs Missing ====
 +
 +https://helpdesk.zextras.com/hc/en-us/requests/43045
 +
 +As 'zimbra' user:
 +
 +<file>
 +zxsuite core doDeployClientZimlet && \
 +zxsuite team doDeployTeamZimlet && \
 +zxsuite auth doDeployAuthZimlet && \
 +zxsuite drive doDeployDriveZimlet && \
 +zxsuite docs doDeployDocsZimlet
 +
 +/opt/zimbra/bin/zmzimletctl listPriority
 +
 +zmzimletctl setPriority com_zextras_zextras 0
 +zmzimletctl setPriority com_zextras_client 1
 +zmzimletctl setPriority com_zextras_team_classic 2
 +zmzimletctl setPriority com_zextras_drive 3
 +zmzimletctl setPriority com_zextras_docs 4
 +
 +for cos in `zmprov gac`;do zmzimletctl acl com_zextras_zextras $cos grant; done
 +for cos in `zmprov gac`;do zmzimletctl acl com_zextras_client $cos grant; done
 +for cos in `zmprov gac`;do zmzimletctl acl com_zextras_team_classic $cos grant; done
 +for cos in `zmprov gac`;do zmzimletctl acl com_zextras_drive $cos grant; done
 +for cos in `zmprov gac`;do zmzimletctl acl com_zextras_docs $cos grant; done
 +
 +zmprov fc zimlet && zmprov fc all
 +</file>
 +
 +:!: Clear your browser cache if necessary.
internet/mail/zimbra/zimbra_ose.1692123938.txt.gz · Last modified: 2023/08/15 12:25 by gcooper