[BlueOnyx:19620] Re: retrieve mail users + password

Michael Stauber mstauber at blueonyx.it
Wed May 25 08:55:29 -05 2016


Hi Daniel,

> I would like to write a migration utility from blueonyx to plesk.
> Is it possible to get the clear text password for mail users?
> 
> With cceclient i can only retrieve a "crypt_password".
> Is there a way to decrypt it?

BlueOnyx does not store plain text passwords anywhere for security
reasons. It's not needed at all.

On Linux the command "usermod" can be used to update or set a users
password by using the encrypted password.

See: "man usermod"

       -p, --password PASSWORD
           The encrypted password, as returned by crypt(3).

So the procedure would be:

usermod <username> -p <encrypted-password>

-- 
With best regards

Michael Stauber



More information about the Blueonyx mailing list