This function marks the IP addresses for the specified mail provider as trusted. Greylisting will not defer emails from trusted IP addresses.
HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ cpgreylist_trust_entries_for_common_mail_provider \ provider='cpanel'
{- "data": {
- "providers_failed": {
- "property1": "This failed because it rained.",
- "property2": "This failed because it rained."
}, - "providers_trusted": {
- "property1": {
- "ips_trusted": 21
}, - "property2": {
- "ips_trusted": 21
}
}
}, - "metadata": {
- "command": "cpgreylist_trust_entries_for_common_mail_provider",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}