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-01-2008, 03:16 AM
Active Member
 
Posts: 32
Default Bulk provisioning zimlet

5.0.11 GA Release on ubuntu 8.04.1 lts.
I guess this zimlet is working incorrectly.

I created COS with name "mycos" and domain "mydomain.ru". After that I attached this COS and this domain together.

Then I created csv file and imported 900 accounts with the help of Bulk Provisioning Zimlet. I have no errors during the process.

After that all imported accounts in this domain are without appropriate COS so all limits do not work. In web-admin in mailbox properties field Class of service is empty.

Script to fix COS
Code:
#!/bin/sh
account_list=`zmprov gaa mydomain.ru`

        for account in $account_list ; do
                zmprov ma $account zimbraCOSid "mycos"
        done

Another question.
Is there any way to extend limit of 1000 accounts in Bulk Provisioning Zimlet?
We need 20000 ))
Thanks for very answer.
Reply With Quote
  #2 (permalink)  
Old 12-02-2008, 08:48 PM
Zimbra Employee
 
Posts: 604
Default

Not sure what you mean by attached the domain and cos together. But you probably want to set the the zimbraDefaultDomainCOSId on your domain before provisioning the accounts. Make sure you are inserted the id of the COS and not the COS name.

zmprov md mydomain.ru zimbraDomainCOSId <cos id>

The 1000 account limit is based on the performance of the ajax ui. I'd recommend using the cli tools for anything larger or spliting your provisioning into chunks of 1000.
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
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.