Stop IMAP Connector

You can stop IMAP Connector by using one of the following procedures.

To stop IMAP Connector

  • Send the Stop service action to the service port.

    http://host:ServicePort/action=Stop

    where:

    host is the host name or IP address of the machine where IMAP Connector is installed.
    ServicePort is the IMAP Connector service port (specified in the [Service] section of the configuration file).
  • On Windows, if IMAP Connector is running as a service, stop IMAP Connector from the Windows Services dialog box.
  • On Linux, if IMAP Connector is running as a service, use one of the following commands:

    • On machines that use systemd:

      systemctl stop imapconnector

    • On machines that use system V:

      service imapconnector stop

  • On Linux, if you started IMAP Connector with the script start-imapconnector.sh, run the script stop-imapconnector.sh which is provided in the installation directory.