• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Windows Plesk 8.6.0.3 dns tools is needed to add multiple mx records

U

ugurcane

Guest
Hello friends,

we want to add multiple mx records add in windows plesk 8.6.0.3 with using a dns utility tool,but there is no any dns tools plesk's bin directory to add dns record to domain which is working plesk 8.6.0.3 windows.
i reviewed every binary tool under the bin directory, but there was no any dns tool to add mx record or dns's other records such as A,cname etc.

If there is any suggestion to resolve this case would be greatly appreciated.
 
Last edited by a moderator:
hey i resolved this case after the improved below commands.

You would run following sql query on plesk's database (psa) then go to the plesk's bin directory and run second command(dnsmng.exe).

update dns_recs set val='mx.newmx.com',displayVal='mx.newmx.com' where type='MX' and host='domain.com.';
DNSMng.exe UPDATE domain.com
 
Last edited by a moderator:
Back
Top