RainLoop webmail unistall help

You can reverse what the script install by looking at the code:


What I have seen from the code you could do this to uninstall rainloop


1) Remove the folder

Code:
rm -rf /var/www/html/rainloop

2) Delete this entry inside /usr/local/directadmin/custombuild/custom/webapps.list

Code:
rainloop=rainloop

3) Remove sql user and database

Code:
da_rainloop

4) Rewrite config

Code:
cd /usr/local/directadmin/custombuild
./build rewrite_confs
 
Last edited:
Back
Top