• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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