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 [2024/01/13 11:54]
gcooper
internet:mail:zimbra:zimbra_ose [2024/01/13 12:12] (current)
gcooper
Line 33: Line 33:
 <note warning>Be wary of updates!  **Take a snapshot** if you can before updating Zimbra.</note> <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 missing tabs at the top of the ZWC page.  See troubleshooting below.</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 475: Line 475:
 </file> </file>
  
-:!: Clear your browser cache.+:!: Clear your browser cache if necessary.
  
 ==== Drive and Team Tabs Missing ==== ==== Drive and Team Tabs Missing ====
Line 487: Line 487:
 zxsuite team doDeployTeamZimlet && \ zxsuite team doDeployTeamZimlet && \
 zxsuite auth doDeployAuthZimlet && \ zxsuite auth doDeployAuthZimlet && \
-zxsuite drive doDeployDriveZimlet+zxsuite drive doDeployDriveZimlet && \ 
 +zxsuite docs doDeployDocsZimlet
  
 /opt/zimbra/bin/zmzimletctl listPriority /opt/zimbra/bin/zmzimletctl listPriority
Line 495: Line 496:
 zmzimletctl setPriority com_zextras_team_classic 2 zmzimletctl setPriority com_zextras_team_classic 2
 zmzimletctl setPriority com_zextras_drive 3 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_zextras $cos grant; done
Line 500: Line 502:
 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_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_drive $cos grant; done
 +for cos in `zmprov gac`;do zmzimletctl acl com_zextras_docs $cos grant; done
  
 zmprov fc zimlet && zmprov fc all zmprov fc zimlet && zmprov fc all
 </file> </file>
 +
 +:!: Clear your browser cache if necessary.
internet/mail/zimbra/zimbra_ose.1705172053.txt.gz · Last modified: 2024/01/13 11:54 by gcooper