Applicable to:
- Plesk Onyx for Linux
Question
How to get a list of all domains without mail service enabled?
Answer
- Connect to the server via SSH;
- Enter the Plesk database:
# plesk db
- Execute the following query:
MYSQL_LIN: select name from domains where id not in (select dom_id from DomainServices where type="mail" and status=0);
Comments
0 comments
Please sign in to leave a comment.