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

DNS.SH and removing ptr records, how?

S

SupportDesk

Guest
Hello,

We have tried many ways to execute this command,
however all attempts at trying this have failed.

As an attempt to remove a PTR record on a domain with as subdomain test.domainname.tld. and domainname.tld.
Either of them fail to be removed.

DNS record: XX.XXX.XXX.XX PTR 24 test.domainname.tld.

Adding works.
./dns.sh -a domainname.tld -ptr test -subnet XX.XXX.XXX.XX/24

Removal does not work.
./dns.sh -d domainname.tld -ptr test -subnet XX.XXX.XXX.XX/24

We receive the following error:
Unable del record in DNS server: unable find DNS record

Please help us with this matter as we have to remove the PTR record on every domain on the server.

Kind regards,
SupportDesk
 
Maybe it would be easier to remove them from Plesk DB?

#mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa

mysql> select * from dns_recs where type = 'PTR';

And here is the list of all PTR's.
 
Back
Top