View Single Post
  #2 (permalink)  
Old 07-22-2008, 12:56 PM
alexkelly alexkelly is offline
Trained Alumni
 
Posts: 70
Default

You can do this from the commandline by going to the account you wish to share, setting the permissions to whom you want to share, and then on the other account create a mount to that folder.

Code:
zmmailbox -z -m accounttoshare@domain.com mfg /FolderToShare account otheraccount@domain.com rwidx
If you want to share the "accounttoshare" with the same permissions to everyone, you can grant permissions to ALL instead of to account.
Then, to create the folder on the other side:
Code:
zmmailbox -z -m otheraccount@domain.com cm /Accounttoshare accounttoshare@domain.com /FolderToShare

Last edited by alexkelly; 07-22-2008 at 08:01 PM..
Reply With Quote