View Single Post
  #4 (permalink)  
Old 10-15-2005, 12:36 PM
schemers schemers is offline
Zimbra Employee
 
Posts: 228
Default

If you have the cleartext password, then you could use the zmprov program to create accounts and/or set the password if it changes.

to create accounts:

Code:
/opt/zimbra/bin/zmprov ca account@your.domain thepassword [other attrs]
to set the password on an existing account:

Code:
/opt/zimbra/bin/zmprov sp account@your.domain thepassword
roland
Reply With Quote