exim does not starts anymore.

ispi

Verified User
Joined
Aug 30, 2006
Messages
18
This is the error given mutiple times.

I accidently did a chown root / in stead of an map.


2006-09-05 18:30:18 re-exec of exim (/usr/sbin/exim) with -q failed: No such file or directory

The os is debian 3.1

[edit]
I also have the error: exim configuration error main option "perl_startup" unknown in line 229
[/edit]
 
Last edited:
Hello,

For general mail permissions, try:
Code:
chown 4755 /usr/sbin/exim
cd /usr/local/directadmin/scripts
./set_permissions.sh email
Regarding it not likeing the perl startup option, make sure you are either using our exim binaries, or make sure that perl.o is compiled into your exim binary, if you have your own custom version.

John
 
Back
Top