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
Log in as root.
The Root user has the rights to install and remove applications.
To remove the Email Sending Daemon program, perform the following steps:
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
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
To remove the Bounce Handler Daemon program, perform the following steps:
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
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
To remove the Click Through Daemon program, perform the following steps:
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
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