Your Open Source

 
Related Posts
Linux  >>  Mail  >>  Qmail

How to Find the Email ID password via Shell (Pleask Server)

Simply you can get the Email ID password from the server.

Login in to the server via shell.

Issue this command

mysql -u admin -p

Enter the admin password.

You can get the admin password via this file.

cat /etc/psa/.psa.shadow

After login with mysql

Issue this command

use psa;

This command is use the change the database.

Then issue this command to see the email id password (Now i am going to receive all email id password for rambabu.com domain)

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 = accounts.id where domains.name="rambabu.com";

  • hits 146
  • datetime Aug 02 09 04:50:51
  • author Tjrambabu
  • rating

Rating : 12345
Tags :- Qmail

Answers

No Answers..
Your Name:
Your Answers :
<> is a code tag
Preview
Enter the verification code: