• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Retrieve Email password -Plesk 9.5

ethanielc

New Pleskian
Hi,

When i tried to execute queries to retrieve email password from psa Database, it shows:

SELECT mail.mail_name, accounts.password FROM domains LEFT JOIN mail ON domains.id = mail.dom_id LEFT JOIN accounts ON mail.account_id = accounts.id WHERE domains.name = 'yourdomain.com';

Result:

| user01 | $1$dPmvBeIP$.DetKbwrYs6xxxxxxxx/ |

For some reason some email password is displayed correctly but some not(as above). Is the password stored in plain text or encrypted format? Or the query is incorrect? Please advise.
 
Back
Top