Description
This function disables Greylisting on a cPanel account's domains.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
This function does not accept parameters.
Returns
Return |
Type |
Description |
Possible values |
Example |
domain |
string |
The domain. |
A valid domain on the cPanel account. |
example.com |
dependencies |
array |
The 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 |