cPanel module
Chkservd
2 functions, invoked through the cpanel_uapi tool.
scope cpanel:uapi
Call any function with
cpanel_uapi(service_id, module="Chkservd", function, params). Live availability depends on the cPanel features JetHost has enabled on your account — call list_cpanel_operations to see what is active.get_exim_ports GET#
Return outgoing (SMTP) mail port
This function lists the ports on which Exim listens.
No parameters.
Response — normalized as { ok, data, errors[], warnings[] }; data contains:
portsarray<integer>
An array of port numbers on which Exim listens.
get_exim_ports_ssl GET#
Return outgoing mail (SMTP) SSL-secured port
This function retrieves Exim's SSL port.
No parameters.
Response — normalized as { ok, data, errors[], warnings[] }; data contains:
portsarray<integer>
An array of port numbers on which Exim listens for SSL/TLS connections.