• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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