• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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