Description
This function disables Greylisting on a cPanel account's selected domains.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
Parameter |
Type |
Description |
Possible values |
Example |
domains |
string |
Required The domains on which to disable Greylisting. |
A pipe-separated list of valid domains that the cPanel account owns. |
example.com|example1.com |
Returns
Return |
Type |
Description |
Possible values |
Example |
domain |
string |
The domain. |
A valid domain on a cPanel account. |
example.com |
dependencies |
array |
An array of domains that your changes will affect. |
An array of valid domains on the cPanel account. |
"this.com", "that.com", |
type |
string |
The domain type. |
|
main |
searchhint |
string |
A list of domain-related search terms. |
A comma-separated list of string values. |
this, that, the other |
enabled |
Boolean |
Whether Greylisting is disabled. |
|
0 |