How to create and delete bulk account/user in zimbra

Create bulk account in zimbra

Login with zimbra user

#su – zimbra
$cd /opt/zimbra/backup

create a file in and write here user creation details

$cat email.zmp
ca  account1@example.com password-here
ca account2@example.com password-here

Now run file to create account
$zmprov –f email.zmp
-------------------------------------------

Delete account in zimbra

$cat email.zmp
da account1@example.com

run file to delete account


$zmprov –f email.zmp
Share on Google Plus

About Penguin Technology

I am a passionate cloud and DevOps professional specializing in Linux and open-source solutions. Through this blog, I share my knowledge and experience with the community, offering tips and insights on cloud technologies and DevOps practices.
    Blogger Comment

0 comments:

Post a Comment