Request Samples

This packet stops the web service (Apache on server running Unix).

<packet version="1.4.2.0">
<server>
<srv_man>
   <id>web</id>
   <operation>stop</operation>
</srv_man>
</server>
</packet>

 

This packet restarts all mail services running on the server, namely, MailEnable List Connector, MailEnable Mail Transfer Agent, MailEnable Postoffice Connector, MailEnable POP Service and MailEnable SMTP Connector.

<packet version="1.4.2.0">
<server>
<srv_man>
   <id>MELCS</id>
   <operation>restart</operation>
   <id>MEMTAS</id>
   <operation>restart</operation>
   <id>MEPOCS</id>
   <operation>restart</operation>
   <id>MEPOPS</id>
   <operation>restart</operation>
   <id>MESMTPCS</id>
   <operation>restart</operation>
</srv_man>
</server>
</packet>

 

This packet starts PostgreSQL and MySQL database services.

<packet version="1.4.2.0">
<server>
<srv_man>
   <id>postgresql</id>
   <operation>start</operation>
   <id>mysql</id>
   <operation>start</operation>
</srv_man>
</server>
</packet>