All mail account user/pass on Plesk server


/ Published in: MySQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. mysql> SELECT m.mail_name, d.name, a.password FROM mail AS m LEFT JOIN (domains AS d, accounts AS a) ON (m.dom_id = d.id AND m.account_id = a.id)

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.