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

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