Exim problems. crashed with signal 11 while delivering

kirstin

Verified User
Joined
Feb 9, 2009
Messages
17
Hello there,

I seem to be getting these on my server.

exim paniclog:

2009-03-08 23:49:59 queue run: process 18253 crashed with signal 11 while delivering 1LfBRK-0004j9-83

There are just getting more and more of them in the log.

It is running 4.69 of Exim and i just ran the update script.
Im running custombuild.

Thanks!
 
Please help, now i have 12 pages per 2 days of mails that get stuck.

And it always starts with this error.

2009-03-26 08:01:19 1Lm3DG-0002zw-1j internal problem in domain_filter router (recipient is [email protected]): failure to transfer data from subprocess: status=000b readerror='Success'
2009-03-26 08:01:19 1Lm3DG-0002zw-1j == [email protected] R=domain_filter defer (-1): internal problem in domain_filter router (recipient is [email protected]): failure to transfer data from subprocess: status=000b readerror='Success'

With [email protected] beeing the proper user.
 
Thank you SO very much! This solved the problem :)
(Rebuilding Exim)

But.. now i had 500 duplicate e-mails beeing sent to the users.. Ops :D
 
I'v got the same problem.
I'm trying to install exim 4.6.9 according to the instructions presented here:
http://help.directadmin.com/item.php?id=125
The error occurs

gcc tls.c
In file included from tls.c:86:
tls-openssl.c:21:27: error: openssl/lhash.h: No such file or directory
tls-openssl.c:22:25: error: openssl/ssl.h: No such file or directory
tls-openssl.c:23:25: error: openssl/err.h: No such file or directory
tls-openssl.c:24:26: error: openssl/rand.h: No such file or directory
In file included from tls.c:86:
......................................
......................................
make[1]: *** [tls.o] Error 1
make[1]: Leaving directory `/root/exim-4.69/build-Linux-i386'
make: *** [go] Error 2


Any ideas? I will be grateful for any help
 
Any ideas? I will be grateful for any help

I have this problem too.

gcc dk.c
gcc dkim-exim.c

awk '{ print ($1+1) }' cnumber.h > cnumber.temp
rm -f cnumber.h; mv cnumber.temp cnumber.h
gcc version.c
rm -f exim
gcc -o exim
gcc: /usr/lib/perl/5.10/auto/DynaLoader/DynaLoader.a: No such file or directory
make[1]: *** [exim] Error 1
make[1]: Leaving directory `/root/exim-4.69/build-Linux-i386'
make: *** [go] Error 2
 
Last edited:
Back
Top