• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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