• 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.

Plesk how to configure external mail server

M

Matthijs@

Guest
Hi,

I have the following problem:

I have my domains registered at company #1.

The domains are configured as follows:
hosting > company #2
mail > own mail server

So there is no dns configuration in Plesk for my domains.

The problem is that email @mydomains.com are handled internally in stead of externally.

I already disabled mail in Plesk but it simply does not send mails to our mail server.

Any solutions?
 
Where is your DNS controlled? There must be a DNS entry in your zone file no matter where that may be. The entry would be:

mail.yourdomain.com A xxx.xxx.xxx.xxx (your mail server's IP)
yourdomain.com MX mail.yourdomain.com
 
My dns is controlled at company 1.

The problem is that the server at company 2 does not even bother to check the dns records, because he thinks he can handle the mail internally.
 
That's more than likely because company 1 has the DNS for your email pointing to the same server that's hosting your site. That's the way it is mostly done. Contact company 1 and ask them to setup the DNS enties for you.
 
Well, that isn't the problem. I am recieving mail.

The only problem is the mail sent from the server (e.g. by using the php mailer function). Mail sent from the server to one of the domains the server is configured for does not work. Sending email from the server to other adresses does work.
 
Maybe Server comapany 2 does not run DNS on the Plesk server (DNS services are disabled) instead they run there DNS on an external server. I am not sure if there is way arround to solve the problem? I will try to find out ;)
 
Back
Top