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 below commands based on your needs:
Note: replace
test@example.com
with 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
0 comments
Please sign in to leave a comment.