This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
internet:mail:zimbra:zimbra_ose [2024/01/13 11:28] gcooper |
internet:mail:zimbra:zimbra_ose [2024/01/13 12:12] (current) gcooper |
||
---|---|---|---|
Line 33: | Line 33: | ||
<note warning> | <note warning> | ||
- | <note warning> | + | <note warning> |
===== Overview ===== | ===== Overview ===== | ||
Line 466: | Line 466: | ||
https:// | https:// | ||
- | |||
- | Stop Zimbra, then edit a translation file: | ||
< | < | ||
- | zmcontrol stop | ||
vim / | vim / | ||
- | </ | ||
- | Add the line: | + | # Add the following |
- | < | ||
splashScreenSwitch = <a href=' | splashScreenSwitch = <a href=' | ||
</ | </ | ||
- | Then restart Zimbra: | + | :!: Clear your browser cache if necessary. |
+ | |||
+ | ==== Drive and Team Tabs Missing ==== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | As ' | ||
< | < | ||
- | zmcontrol start | + | zxsuite core doDeployClientZimlet && \ |
- | </ | + | zxsuite team doDeployTeamZimlet && \ |
+ | zxsuite auth doDeployAuthZimlet && \ | ||
+ | zxsuite drive doDeployDriveZimlet && \ | ||
+ | zxsuite docs doDeployDocsZimlet | ||
+ | / | ||
- | ==== Drive and Team Tabs Missing ==== | + | 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 | ||
- | https:// | + | 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 | ||
+ | </ | ||
+ | :!: Clear your browser cache if necessary. |