• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

Question Setting up Mailserver and MX Records

Sanjay Vig

New Pleskian
I have a plesk server running at svig.me so by default my mail servers are also hosted at svig.me right?

I recently changed my hostname from svig.me to host.svig.me and I did the same in plesk admin panel and /etc/postfix/main.cf (I change myhostname = host.svig.me).

Now that I have multiple domains on this host and their mail servers are same as their domain name as well, I want to know what should be the MX records for these domains?
 
Hi Sanjay Vig,

you have to add the corresponding A - DNS - entry for your new hostname "host" over the Control Panel of your domain provider to the domain "svig.me", because at the moment, the result for your new hostname is:



I want to know what should be the MX records for these domains?
These entries don't have to be modified!

You just should modify the SPF - TXT - entry, which is currently setup to ( example for the domain "svig.me" ):
Code:
v=spf1 +a +mx +a:svig.me -all
... to an entry like:
Code:
v=spf1 mx a +a:host.svig.me ip4:45.79.88.51 ?all
... to avoid issues/errors/problems. ;)
 
Hi Sanjay Vig,

you have to add the corresponding A - DNS - entry for your new hostname "host" over the Control Panel of your domain provider to the domain "svig.me", because at the moment, the result for your new hostname is:




These entries don't have to be modified!

You just should modify the SPF - TXT - entry, which is currently setup to ( example for the domain "svig.me" ):
Code:
v=spf1 +a +mx +a:svig.me -all
... to an entry like:
Code:
v=spf1 mx a +a:host.svig.me ip4:45.79.88.51 ?all
... to avoid issues/errors/problems. ;)

I changed my hostname back to svig.me. Actually, emails from facebook/instagram were getting delayed and some of them were getting dropped. So I went on changing the DNS provider for my Linode instance. Do you know any good DNS providers which are free?
 
Back
Top