[SOLVED] How to enable briefcase in ZCS 8.0

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
lieutdan13
Posts: 14
Joined: Sat Sep 13, 2014 2:54 am

[SOLVED] How to enable briefcase in ZCS 8.0

Post by lieutdan13 »

On Page 14 of the ZCS 8.0.0 Release Notes, it says "Briefcase is disabled by default.". There is no indication anywhere as to how to enable it. I have looked through all options in the Admin Console and could not find any option to enable the briefcase. I've also searched for it in the user preferences to no avail. Any suggestions on where I should look?
leocor
Posts: 27
Joined: Sat Sep 13, 2014 12:32 am

[SOLVED] How to enable briefcase in ZCS 8.0

Post by leocor »

I just upgraded so I found it inherited already enabled but anyway it should be this way:

1. logon to console or via ssh and change user to "zimbra"

2. check whether zimbraFeatureBriefcasesEnabled is true or false (gc = get cos)

3. change cos attribute to TRUE in you case (mc =modify cos)
# su - zimbra

# zmprov gc default | grep zimbraFeatureBriefcasesEnabled

# zmprov mc default zimbraFeatureBriefcasesEnabled TRUE
You can see usage of zmprov here, despite is an old guide:

Zmprov - Zimbra :: Wiki
Let me know if it works correctly.
lieutdan13
Posts: 14
Joined: Sat Sep 13, 2014 2:54 am

[SOLVED] How to enable briefcase in ZCS 8.0

Post by lieutdan13 »

[quote user="leocor"]

# su - zimbra

# zmprov gc default | grep zimbraFeatureBriefcasesEnabled

# zmprov mc default zimbraFeatureBriefcasesEnabled TRUE
You can see usage of zmprov here, despite is an old guide:

Zmprov - Zimbra :: Wiki
Let me know if it works correctly.[/QUOTE]
This procedure worked. However, I think you had a copy and paste error (actually I think you may have fixed it with an edit). These are the commands I used. Checking for the setting is not necessary.
# su - zimbra

# zmprov mc default zimbraFeatureBriefcasesEnabled TRUE
Thanks for the response. I hope this helps others.
lieutdan13
Posts: 14
Joined: Sat Sep 13, 2014 2:54 am

[SOLVED] How to enable briefcase in ZCS 8.0

Post by lieutdan13 »

I wasn't able to change the Subject of the thread, only the posts, to "SOLVED". Any hints?
mkudlacek
Posts: 7
Joined: Sat Sep 13, 2014 1:09 am

[SOLVED] How to enable briefcase in ZCS 8.0

Post by mkudlacek »

[quote user="lieutdan13"]On Page 14 of the ZCS 8.0.0 Release Notes, it says "Briefcase is disabled by default.". There is no indication anywhere as to how to enable it. I have looked through all options in the Admin Console and could not find any option to enable the briefcase. I've also searched for it in the user preferences to no avail. Any suggestions on where I should look?[/QUOTE]
I have found that briefcase can be enabled in Class of Service. No need to use zm* commands. (Clean install on Ubuntu, but YMMV.)
Post Reply