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

PLESK8 API Bug?

T

Traged1

Guest
According to the documnetation for CU & API:
/usr/local/psa/admin/plib/api-cli/domain.php --help

--on <domain_name> enables domain
--off <domain_name> disables domain

However, we try this on the command line

/usr/local/psa/admin/plib/api-cli/domain.php --off domainname.com

and it does not enable or disable the domain.

Is this a bug or am I missing something?
 
I just send in a bug report, so when the SWSoft techs respond, I will post.
 
Well, the techs don't understand exactly what I am talking about, they told me to use domain.sh instead of domain.php which is really just a symlink to the domain.php file, so that did not help.

As a work around I found the new syntax:

/usr/local/psa/admin/plib/api-cli/domain.php --update domain.com -status disabled

Hopefully this will help you third parties out there?
 
Back
Top