Question
How to add an MX DNS record with a custom priority for a domain? For example, priority “1”.
Answer
This feature is planned for release in Obsidian 18.0.30 near Sept 13 as https://jira.plesk.ru/browse/PPP-50288
Currently, at Plesk > Domains > example.com > DNS Settings > clicking on the MX record the dropdown priority options are available at an interval of “5”.
Take part in our product improvement and vote for this feature on Plesk UserVoice.
The top-ranked suggestions are likely to be included in the next versions of Plesk.
Meanwhile, the following workaround is available:
Click on a section to expand
In Plesk GUI (Linux)
-
Go to Tools & Settings > Scheduled Tasks > Add Task.
- Set the parameters:
- Task type: Run a command.
- Command:
/sbin/plesk bin dns -a example.com -mx "" -mailexchanger mail.example.net -priority 1
-
System user: root.
- Click “Run now”
Click on a section to expand