• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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