• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

Forwarded to devs PLESK BIN DNS fails

tkalfaoglu

Silver Pleskian
TITLE:
PLESK BIN DNS fails
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
OS ‪CentOS Linux 7.6.1810 (Core)‬

Product Plesk Onyx
Version 17.8.11 Update #39, last updated on Feb 9, 2019 03:31 AM

PROBLEM DESCRIPTION:
The following command should work according to its documentation:

plesk bin dns --set abc.com -list "TXT,,v=spf1 mx a ip4:1.2.3.4 ip4:1.2.5.4/29 ?all;"

(domain and IP's modified)
But it returns a:
Domain has no NS DNS record.

exit status 1

error instead. The abc.com does exist, its DNS is enabled and primary.​
STEPS TO REPRODUCE:
Enter the plesk bin dns command to set the SPF from the CLI​
ACTUAL RESULT:
plesk bin dns command returns error​
EXPECTED RESULT:
plesk bin dns command should have updated the TXT record of abc.com​
ANY ADDITIONAL INFORMATION:
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM:
Confirm bug
 
dns: DNS Zones on Domains.
According to the documentation, plesk bin dns --set removes all pre-existing resource records from a domain's DNS zone and adds the specified ones, which is not suitable for this usecase.
To update the DNS record, remove it using plesk bin dns --del and then add the new one using plesk bin dns --add.
 
Back
Top