Thursday, March 25, 2010

Change password zimbra user using zmprov

zmprovToday I was so sad cause the internet connection from home is too late, and when my user mail need help to change the password I have difficulties to access the administrator page from web. And I try to change the password directly from the server command. Ciayooo that is easy to do it…

Login to server as # root , than do su zimbra and follow the command below :

Create one account with a password that is assigned to the default COS:
zmprov ca name@domain.com password

Create one account with a password that is assigned to a specified COS. You must know the COS ID number. To find a COS ID, type gc .:
zmprov ca name@domain.com zimbraCOSid

Create one account when the password is not authenticated internally:
zmprov ca name@domain.com

Change the administrator’s password. Use this command to change any password. Enter the address of the password to be changed:
zmprov sp admin@domain.com password

To list all COSs and their attribute values:
zmprov gac -v

To list all COSs and their attribute values:
zmprov gaa domain.com

To list all user accounts and their configurations:
zmprov gaa -v domain.com

1 comment: