Remove Atmail?

sdible

Verified User
Joined
Oct 15, 2004
Messages
52
I used CustomBuild to set up atmail and now I've decided that I don't need it in addition to Squirrelmail and Roundcube.

What is the easiest way to remove it?
 
Code:
rm -rf /var/www/html/atmail*

And remove da_atmail database. That's it. Good luck! :)
 
Ok... so that removed the application and database information.

However... whenever I run any CustomBuild commands, I get the following error:

Code:
ls: /var/www/html/atmail: No such file or directory

How do I make CustomBuild forget that it had atmail installed completely?
 
Did you put atmail=no in /usr/local/directadmin/custombuild/options.txt
 
Yeah I meant .conf sorry. Not sure why it is doing that then. You might want to just do mkdir /var/www/html/atmail or maybe wait for smtalk to answer why it is happening
 
You can ignore that error (CustomBuild checks for that directory whether it exists or not), it will be fixed soon.
 
Yes, it is :) I've just applied a fix, new CustomBuild files should be uploaded today.
 
You can now install a fixed version of the CustomBuild script.

CustomBuild 1.1:
Code:
cd /usr/local/directadmin
wget -O custombuild.tar.gz http://www.custombuild.eu/custombuild-1.1.15.tar.gz
tar xzf custombuild.tar.gz
CustomBuild 1.2:
Code:
cd /usr/local/directadmin
wget -O custombuild.tar.gz http://www.custombuild.eu/custombuild-1.2.9.tar.gz
tar xzf custombuild.tar.gz
 
Back
Top