exim 4.76 does not start

lilas

Verified User
Joined
Dec 12, 2010
Messages
11
Hello,

I used custombuild 1.1 to install exim 4.76.
The installation is complete but I got some error messages:

Code:
Exim installation complete
Moving exim binary.
cp: cannot stat `/usr/local/directadmin/custombuild/exim_boot': No such file or directory
chmod: cannot access `/etc/init.d/exim': No such file or directory
error reading information on service exim: No such file or directory
Exim 4.76 Installed.
Restarting exim.
./build: line 2863: /etc/init.d/exim: No such file or directory

I got the /etc/init.d/exim from another working machine. But then I got this message
upon exim startup:

Code:
/etc/init.d/exim start
Starting exim: Exim is a Mail Transfer Agent. It is normally called by Mail User Agents,
not directly from a shell command line. Options and/or arguments control
what it does when called. For a list of options, see the Exim documentation.

The custombuild exim installation does not seem to create exim service (chkconfig-aware).
sendmail is symlinked to exim but does not start correctly at boot (message sm-client
uknown option L...).

Is there a solution? Thank you.
 
Try ryn this:

Code:
/usr/local/directadmin/scripts/exim.sh

Then try:

Code:
cd /usr/local/directadmin/custilmbuild
./build set exim yes
./build exim


Regards
 
Back
Top