Home Miscellaneous Command to Show the Login of Each Mailbox Under a Domain in Linux Plesk

Command to Show the Login of Each Mailbox Under a Domain in Linux Plesk

by SupportPRO Admin

You can get the plesk admin password from the file /etc/psa/.psa.shadow

1. login to mysql

mysql -u admin -p

2. select the database psa

use psa;

3. Run the mysql query that will give login details of each mailbox under a specified domein

select m.mail_name, m.password,d.name  from mail m, domains d where m.dom_id = d.id and d.name =’supportpro.com‘;

If you require help, contact SupportPRO Server Admin

Server not running properly? Get A FREE Server Checkup By Expert Server Admins - $125 Value

Leave a Comment