Difference between revisions of "Rest Email Password for vpopmail"
From Brian Nelson Ramblings
(Created page with "==How to rest a email accounts password for vpopmail== When an account has been hacked and you need to change the password, you can do this via the command line if you are us...") |
(No difference)
|
Latest revision as of 14:29, 17 March 2014
How to rest a email accounts password for vpopmail
When an account has been hacked and you need to change the password, you can do this via the command line if you are using vpopmail.
~vpopmail/bin/vpasswd [emailaddress] [newpassword]
Example
~vpopmail/bin/vpasswd [email protected] newpassword
vpopmail is a set of API that manages virtual user accounts on a qmail system, and handles delivery for these virtual users. The command-line utilities, and Qmailadmin all use the vpopmail API, provided by the vpopmail library to manage the system.