Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra :: Forums!
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.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-09-2009, 10:50 AM
Active Member
 
Posts: 30
Default A little script for parent-child sharing

Hi,

I made a little script based on : Mailboxes: Sharing vs. Relationships » Zimbra :: Blog

Here is a simple shell script to automate the procedure just replace YOURDOMAIN with your domain.

#!/bin/sh/
echo "Username of the Parent Account"
read parent
echo "Username of the Child Account"
read child
childid=$(zmprov ga $child@YOURDOMAIN | grep zimbraId: | cut -d " " -f2)
zmprov ma $parent@YOURDOMAIN +zimbraChildAccount $childid
zmprov ma $parent@YOURDOMAIN +zimbraPrefChildVisibleAccount $childid

Thanks,
Amir
Reply With Quote
  #2 (permalink)  
Old 12-10-2009, 01:24 AM
Moderator
 
Posts: 2,207
Default

Thanks for the script.

For people who wants to use it, don't forget family mailboxes currently don't work in ZCS 6.0.x.
Bug 37217 - family mailboxes - not working in GnR
Reply With Quote
  #3 (permalink)  
Old 03-09-2010, 05:53 AM
Advanced Member
 
Posts: 192
Default

Here's some more scripts we cooked up a while ago to administrate family mailboxes.

Administrate primary / secondary mail accounts

Since 6.0.5 family mailboxes are "sortof" usable again, unless you need zimlets to function in a family mailbox.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.