services not running after finish install DA

What happens when you try to start them.

You should check /var/log/directadmin/error.log

as well as try to start them from shell if they dont start via directadmin
 
Well if you get that then it did not install properly at all..

To install exim:
Code:
cd /usr/local/directadmin/scripts
./exim.sh

For everything else:
Code:
cd /usr/local/directadmin/custombuild
./build update

Make sure all your options are set the way you want in options.conf then run:

Code:
./build all d

I am not sure exactly what ./build all installs ... but if it doesnt fix dovecot, proftpd, and mysql then you can run these following commands.

Code:
./build dovecot d
./build proftpd d
./build mysql d
 
Last edited:
Back
Top