1. How to check mail account List.
#zmprov -l gaa
l = for ldap
gaa =get all account
OUTPUT:
admin@example.com
spam.g1oxhlgg@example.com
ham.hp_pg_h5@example.com
virus-quarantine.cs29ig2sm@example.com
xxx.yyy@example.com
xxx.yyy@example.com
xxx.yyy@example.com
xxx.yyy@example.com
Zmprov = command
2. how to create user in zimbra by command.
#zmprov ca xxx.yyy@example.com test123 displayName xyz
Command Description:
zmprov = command
ca = create account
xxx.yyy = user id
example.com = domain name
teat123 = password
displayname = switch for display name
xyz = display name
3.How to create Alias of users ID.
#zmprov aaa xxx.yyy@example.com abc@example.com
Command Description:
zmprov = command
aaa = add account alias
xxx.yyy = user ID
example.com = Domain name
abc = Alias Name
4. How to check all configuration parameter by command.
#zmprov –l gaa -v example.com
Command Description:
Zmprov = command
l = for ldap
gaa = get all account
example.com = Domain Name
5. How to check configuration parameter of a particular User.
# zmprov ga xxx.yyy@example.com
Command Description:
Zmprov = Command
ga = Get Account
xxx.yyy = user ID
example.com = Domain Name
6. How to list all admin account by command
#zmprov gaaa
Command Description:
gaaa = Get all admin account
7. How to remove User account Alias.
#zmprov raa xxx.yyy@example.com abc@example.com
Command Description:
Zmprov = command
raa = remove account alias
xxx.yyy = User ID
example.com = Domain Name
abc = Alias Name
8. How to set password on userID.
#zmprov sp xxx.yyy@example.com test@123
Command Description:
Zmprov = command
Sp = set password
xxx.yyy = user ID
example.com = Domain name
test@123 = password
1 comments:
Thanks for sharing this with use very useful Zimbra command. People may try this command for Zimbra mail server. Mebsites
Post a Comment