Hello anandi.
AFAIK there is no automount available for any Zimbra folder, contacts included. You can share a folder controlling with varying degrees of granularity who is allowed to access it. You can share something with an account, a group, a cos, a domain, with all authenticated users on the server, or you can make it public.
Version 7 of ZCS allows to advertise the fact that folders are shared to the users, however that has been removed since version 8.0 .
From the help of zmmailbox:
Code:
modifyFolderGrant(mfg) {folder-path} {account {name}|group {name}|cos {name}|domain {name}|all|public|guest {email} [{password}]|key {email} [{accesskey}] {permissions|none}}
For instance, should you wish to give complete access to the default Contacts folder to any authenticated user, you might input, operating as the zimbra user:
Code:
zmmailbox -z -m account@domain.com mfg /Contacts all rwxid
This topic on the Zimbra forums provides additional information, as does the /opt/zimbra/docs/soap.txt documentation file on any ZCS installation.
Regards,
Trantor
Bookmarks