Plesk for Linux
kb: how-to
ABT: Group A
Applicable to:
- Plesk for Linux
Question
How to activate mail autodiscover for all existing domains without syncing all subscriptions?
Answer
- Connect to the server via SSH
- Create dom.list file with list of domains:
# plesk bin domain -l > dom.list
-
Run the utility in a loop for all domains from dom.list file:
# cat dom.list | while read i; do plesk bin site --update $i -mail_autodiscover true ; done
Comments
2 comments
Doing:
# plesk bin site --update <domain> -mail_autodiscover true
Results in:
Unrecognized option: '-mail_autodiscover'
Plesk version is 18.0.31 Update #3
Same result on Obsidian 18.0.33.
Has some one any tip?
Please sign in to leave a comment.