EXIM won't start

DreamlabNL

New member
Joined
Oct 20, 2020
Messages
4
Hi there, i have CB 2.0 running on Apache and CentOS7 with DirectAdmin. Recently after an update of PHP something got corrupt and now EXIM won't start.
I tried new Build commands in CB, tried updates, tried everything i know but it won't go.

Dovecot was also not running but that came up after updating in CB.
Hope someone can help.

Kind regards.
 
It might help if you state which errors it states when doing a service exim start via ssh and what log file says.
 
Try to reupdate and rewrite confs
Code:
cd /usr/local/directadmin/custombuild
./build update
./build set exim yes
./build set eximconf yes
./build update
./build php n
./build exim
./build exim_conf
./build rewrite_confs
 
Back
Top