Can't use RoundCube

There is no excuse to ever chmod anything 777.

Code:
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build roundcube d

If that doesnt fix it then the problem is with the parent folder or check the apache error logs.
 
I see this error: You cannot install RoundCube webmail, because you do not have it set in options.conf file.

What do I need to change?
 
Run this:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build set roundcube yes
./build roundcube
 
Back
Top