Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How to find email account password in Plesk  (Read 3170 times)

0 Members and 1 Guest are viewing this topic.

Rajesh

  • Guest
How to find email account password in Plesk
« on: March 21, 2015, 06:14:13 pm »
It is very easy to find email account password in Plesk.

-------------------------------------------------
To find the mail account information.
-------------------------------------------------

Code: [Select]
root@[# /usr/local/psa/bin/mail –info email@domain.com
The out put will be:

Code: [Select]
Mailname: username
Domain: domain.com
Mailbox: true
Password: password
Password type: plain
Mbox quota: Unlimited
Mailgroup: false
Attachment files:
Autoresponders: Disabled
Antivirus mail checking: Disabled

-------------------------------------------------------------------
To find the email account passwords for a domain
--------------------------------------------------------------------

Code: [Select]
root@[#] /usr/local/psa/admin/bin/mail_auth_view | grep domain.com
The output will be

Code: [Select]
| email@domain.com | | password |
--------------------------------------------------------------------------------
To find all email account in Plesk use the below command.
---------------------------------------------------------------------------------

Code: [Select]
root@server[#] /usr/local/psa/admin/bin/mail_auth_view
Thank you  :D