Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
[SOLVED] CLI for shared address book assignment for user accounts sought
Hello.
As an admin, I'd like to provision users such that they have a shared address book available to their account (without user steps required).
I don't see what zimbra structures (configs, etc) the shared address book information is stored in, or how to use the CLI interface (zmprov) to add addressbook access for a given user. Any pointers would be appreciated.
thanks
John
zmmailbox -z -m user@domain.com cm --view contact /SharedBook share@domain.com /Contacts
(Note: I'm not entirely sure what the -F# does, the documentation in the command "zmmailbox help folder" says it is "flags", but I can't find a definition of what the flags are/mean)
Last edited by ArcaneMagus; 10-19-2009 at 12:22 PM..
Reason: Removed the -F#
Thanks. That was helpful. I also did a
mfg (ModifyFolderGrant) for domain read access to the
folder and the createMountport worked nicely afterwards.
-John