PDA

View Full Version : Remove Atmail?



sdible
11-10-2008, 10:08 PM
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?

smtalk
11-11-2008, 02:35 AM
rm -rf /var/www/html/atmail*

And remove da_atmail database. That's it. Good luck! :)

sdible
11-13-2008, 04:13 PM
Ok... so that removed the application and database information.

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


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

How do I make CustomBuild forget that it had atmail installed completely?

scsi
11-13-2008, 04:24 PM
Did you put atmail=no in /usr/local/directadmin/custombuild/options.txt

sdible
11-13-2008, 04:25 PM
Did you put atmail=no in /usr/local/directadmin/custombuild/options.txt

you mean in options.conf?

Initially I did not, but then I did. I still get the error.

scsi
11-13-2008, 04:30 PM
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

smtalk
11-14-2008, 04:22 AM
You can ignore that error (CustomBuild checks for that directory whether it exists or not), it will be fixed soon.

sdible
11-14-2008, 06:16 AM
You can ignore that error (CustomBuild checks for that directory whether it exists or not), it will be fixed soon.

Thanks.

Is the same true of the AWStats error for the folder?

smtalk
11-14-2008, 06:17 AM
Yes, it is :) I've just applied a fix, new CustomBuild files should be uploaded today.

smtalk
11-14-2008, 07:19 AM
You can now install a fixed version of the CustomBuild script.

CustomBuild 1.1:


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:


cd /usr/local/directadmin
wget -O custombuild.tar.gz http://www.custombuild.eu/custombuild-1.2.9.tar.gz
tar xzf custombuild.tar.gz

sdible
11-14-2008, 07:35 AM
Thanks Martynas!