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.