• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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