• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

How can i see all email adreesess?

Yes, you can run it in command line:

%plesk_bin%\dbclient.exe --direct-sql --sql="select mail.mail_name + '@' + domains.name,accounts.password from domains,mail,accounts where domains.id=mail.dom_id and accounts.id=mail.account_id order by domains.name ASC, mail.mail_name ASC"
 
Back
Top