Description
This function retrieves the port on which Exim listens.
Examples
LiveAPI PHP Class
$cpanel
=
new
CPANEL();
$retrieve_port
=
$cpanel
->api1(
'Chkservd'
,
'geteximport'
);
LiveAPI Perl Module
my
$cpliveapi
= Cpanel::LiveAPI->new();
my
$retrieve_port
=
$cpliveapi
->api1(
'Chkservd'
,
'geteximport'
);
cPanel Tag System (deprecated)
Warning:
In cPanel & WHM version 11.30 and later, cPanel tags are deprecated. This example is present in order to help developers move from the old cPanel tag system to our LiveAPI.
We strongly recommend that you only use the LiveAPI system to call the cPanel APIs.
<cpanel Module="Chkservd::geteximport">
|
Command Line
cpapi1 --user=username Chkservd geteximport
|
Parameters
This function does not accept parameters.
Returns
This function returns the port number on which Exim listens. The function always reports an alternate port number when that port is enabled.