• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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