kb: how-to
Plesk for Linux
mail
Question
How to manage "Do not deliver copies of forwarded emails to the Plesk mailbox" option via CLI?
Answer
- Connect to the server via SSH
-
Run the commands below based on your needs:
Note: replace
test@example.comwith a required mailbox name.-
To enable the option:
# plesk bin mail -u test@example.com -forwarding true -delivery false
-
To disable the option:
# plesk bin mail -u test@example.com -forwarding true -delivery true
-
Comments
Please sign in to leave a comment.