plesk bin components --list
plesk bin components --set-package -component antivirus -package drweb
plesk bin components --show-package-parameters -package smartermail_remote
plesk bin components --set-package-parameters -package smartermail_remote 'host=localhost' 'login=example' 'password=123456'
Command |
Parameter |
Description |
Example |
|---|---|---|---|
|
Displays help on the utility usage. |
To view help on the use of this utility: plesk bin components --help |
|
|
Lists all information from all components. |
To list all components’ information: plesk bin components --list |
|
|
Shows all available configuration parameters for a specific package. |
To show all configuration parameters for the plesk bin components --show-package-parameters -package smartermail_remote |
|
|
Sets the parameters of a specific package. |
To configure the SmarterMail package to accept the following credentials: plesk bin components --set-package-parameters -package smartermail_remote 'host=localhost' 'login=example' 'password=123456' |
|
|
Assigns a specific package to a component. |
To assign the plesk bin components --set-package -component antivirus -package drweb |
Option |
Parameter |
Description |
Example |
|---|---|---|---|
|
Specifies the component to modify. Used with |
To assign the plesk bin components --set-package -component antivirus -package drweb |
|
|
Specifies the package to modify. Used with |
To disable the plesk bin components --set-package -package drweb -disable |
|
|
Enables a package. If a component is not specified, the component is enabled globally. Used with |
To enable the plesk bin components --set-package -package smartermail_remote -enable |
|
|
Disables a package. If a component is not specified, the component is disabled globally. Used with |
To disable the plesk bin components --set-package -package smartermail_remote -disable |
plesk bin components --show-package-parameters -package smartermail_remote
plesk bin components --set-package-parameters -package smartermail_remote 'ssl:true'