Zimbra Mail Server Tips : Bulk Reset Account Password
Sometimes we may want to reset the user password for a while, such as setting up a new system or migration from the old mail server and want to clean up old password. Below are a simple script to bulk-reset Zimbra account password : [code language=”bash”] #!/bin/bash clear USERS=`su – zimbra -c ‘zmprov -l gaa’`;…