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 [2022/08/30 12:27] 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: | See also **[[internet: | ||
Line 9: | Line 7: | ||
See also **[[https:// | See also **[[https:// | ||
- | See also **[[internet: | + | See also **[[internet: |
See also **[[internet: | See also **[[internet: | ||
Line 26: | Line 24: | ||
**Update Zimbra 9 OSE**: https:// | **Update Zimbra 9 OSE**: https:// | ||
+ | |||
+ | <note warning> | ||
+ | |||
+ | < | ||
+ | mv / | ||
+ | </ | ||
+ | |||
+ | <note warning> | ||
+ | |||
+ | <note warning> | ||
===== Overview ===== | ===== Overview ===== | ||
Line 85: | Line 93: | ||
EOF | EOF | ||
+ | # Disable Ubuntu Auto Updates | ||
sed -i ' | sed -i ' | ||
Line 94: | Line 103: | ||
apt purge snapd | apt purge snapd | ||
rm -rf ~/snap /snap /var/snap / | rm -rf ~/snap /snap /var/snap / | ||
+ | |||
+ | apt purge --auto-remove modemmanager | ||
+ | |||
+ | # Remove Ubuntu ESM nag | ||
+ | mkdir / | ||
+ | mv / | ||
</ | </ | ||
Line 103: | Line 118: | ||
**Requirements**: | **Requirements**: | ||
+ | |||
+ | **Forums**: https:// | ||
< | < | ||
Line 437: | Line 454: | ||
my $current_proto = 0; | my $current_proto = 0; | ||
</ | </ | ||
+ | |||
+ | ==== Dev Mode ==== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | You can append ''& | ||
+ | |||
+ | https:// | ||
+ | |||
+ | ==== Undefined at Login ==== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | < | ||
+ | vim / | ||
+ | |||
+ | # Add the following line | ||
+ | |||
+ | splashScreenSwitch = <a href=' | ||
+ | </ | ||
+ | |||
+ | :!: Clear your browser cache if necessary. | ||
+ | |||
+ | ==== Drive and Team Tabs Missing ==== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | As ' | ||
+ | |||
+ | < | ||
+ | zxsuite core doDeployClientZimlet && \ | ||
+ | zxsuite team doDeployTeamZimlet && \ | ||
+ | zxsuite auth doDeployAuthZimlet && \ | ||
+ | zxsuite drive doDeployDriveZimlet && \ | ||
+ | zxsuite docs doDeployDocsZimlet | ||
+ | |||
+ | / | ||
+ | |||
+ | 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 | ||
+ | </ | ||
+ | |||
+ | :!: Clear your browser cache if necessary. |