UnInstalling Zimbra on Linux: Difference between revisions

No edit summary
 
No edit summary
Line 18: Line 18:
4a) df
4a) df
If you see "amavisd"
If you see "amavisd"
8b) run command: umount /opt/zimbra/amavisd<-new-blah>/tmp
4b) run command: umount /opt/zimbra/amavisd<-new-blah>/tmp
   
   
5) cd /<tmp_tar_install_dir>/zcs/
5) cd /<tmp_tar_install_dir>/zcs/

Revision as of 17:04, 15 June 2006

As root

1) Run the commands: su – Zimbra zmcontrol stop exit

(you should be root after you run exit)

2a) Run the command: ps -ef | grep zimbra If you see running processes 3b) Kill any lingering processes: kill -9 <pid>

3a) ps -ef | grep amavis If you see running processes 3b) Kill any lingering processes: kill -9 <pid>

4a) df If you see "amavisd" 4b) run command: umount /opt/zimbra/amavisd<-new-blah>/tmp

5) cd /<tmp_tar_install_dir>/zcs/ 6) run the command: install.sh -u 7) Remove lingering directory: rm -rf /opt/zimbra 8) Go to the following directories and remove ALL the files owned by the user zimbra AND that contain the name “zimbra”: /var/log/ /tmp/

9) Remove ALL the install log files with the command: rm -f /tmp/install.* 10) Rund the commands: userdel zimbra userdel postfix groupdel zimbra groupdel postfix

Jump to: navigation, search