This function disables SNI mail services on the specified domains.
Note:
Mail SNI is always enabled.
rebuild_mail_sni_config function.uapi --output=jsonpretty \ --user=username \ SSL \ disable_mail_sni \ domains='example.com|example1.com|example2.com'
{- "apiversion": 3,
- "func": "disable_mail_sni",
- "module": "SSL",
- "result": {- "data": {- "failed_domains": {- "example2.com": "Sorry, example2.com is not one of the domains on your account."
 },
- "updated_domains": {- "example.com": 1,
- "example1.com": 1
 }
 },
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
 }
}