Removing Existing Email Marketing Daemons on a UNIX Server

To remove existing Email Marketing daemons on a UNIX Server, perform the steps in the following procedure.

To remove existing Email Marketing daemons on a UNIX server

  1. Log in as root.

    The Root user has the rights to install and remove applications.

  2. To remove the Email Sending Daemon program, perform the following steps:

    1. Navigate to the directory where the Email Sending Daemon program was installed and, if it is running, then stop the Email Sending Daemon using the following command:

      ./tomcat-ctl.sh stop
      
    2. Navigate to the parent directory where the Email Sending Daemon program was installed and remove the Email Sending Daemon program directory using the following command:

      rm -rf esd
      
  3. To remove the Bounce Handler Daemon program, perform the following steps:

    1. Navigate to the directory where the Bounce Handler Daemon program was installed and, if it is running, then stop the Bounce Handler Daemon using the following command:

      ./bin/bhd-ctl.sh stop
      
    2. Navigate to the parent directory where the Bounce Handler Daemon program was installed and remove the Bounce Handler Daemon program directory using the following command:

      rm -rf bhd
      
  4. To remove the Click Through Daemon program, perform the following steps:

    1. Navigate to the directory where the Click Through Daemon program was installed and, if it is running, then stop the Click Through Daemon using the following command:

      ./tomcat-ctl.sh stop
      
    2. Navigate to the parent directory where the Click Through Daemon program was installed and remove the Click Through Daemon program directory using the following command:

      rm -rf ctd