Friday, September 3, 2010

To see the E-mail accounts passwords in Plesk

To see the problematic email accounts password in Plesk, please follow the steps,

1. Login to the MySQL,

   mysql -uadmin -p`cat /etc/psa/.psa.shadow`

2. Select the database.

   use psa;

3. View the password. 

SELECT accounts.id, mail.mail_name, accounts.password, domains.name FROM domains
LEFT JOIN mail ON domains.id = mail.dom_id LEFT JOIN accounts ON mail.account_id =

No comments:

Post a Comment