This function retrieves the status of the domain's SNI mail services.
Warning:
Mail SNI is not compatible with Webmail and will not function for any Webmail connection. Webmail connections use the cPanel service SSL certificate.
Note:
Mail SNI is always enabled.
uapi --output=jsonpretty \ --user=username \ SSL \ mail_sni_status \ domain='example.com'
{- "apiversion": 3,
- "func": "mail_sni_status",
- "module": "SSL",
- "result": {
- "data": {
- "enabled": 1
}, - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}