Applicable to:
- Plesk for Linux
Question
How to manage mailboxes via CLI?
Answer
To manage mailboxes via CLI use plesk bin mail:
For example,
- To create mailbox run the following command:
# plesk bin mail --create JDoe@example.com
- To get the list of mail accounts, run the following command:
# plesk bin mail --list
For other available options refer to Plesk Documentation.
Additional information
How to change mailbox size to all mailboxes using CLI?
How to set outgoing mail control using command line utilities?
How to create several mailboxes at once using a single command or a script?
Comments
0 comments
Please sign in to leave a comment.