• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

MX records for external domain

P

poscompo

Guest
Hit a question I have not had before.

I have a client who wants to host the e-mail of one domain with us, but keep the domain pointing elsewhere.

How do I set that up under plesk?

Do I set up MX records under their domain name (its ip points elsewhere) or do I point to my domains mail server?

Thanks

Richard D
 
If I understand you right, you want to have a domain's mail on plesk and hosting for domain somewhere else. If domain's DNS server is also on plesk, then you probably need these DNS records:

domain.com A <external.ip>
domain.com MX mail.domain.com
mail.domain.com A <internal.ip>
 
And if the domain's DNS is being handled by someone else, then you will have to have them point the MX record to your IP
 
Back
Top