• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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