Exim Segfaults

LawsHosting

Verified User
Joined
Sep 13, 2008
Messages
2,405
Location
London UK
While trying to remedy another problem, I've stumbled accidently on an Exim issue:

in /var/log/messages
Apr 27 12:56:16 server3 kernel: exim[15408]: segfault at 185bbdba ip 185bbdba sp bfa49e60 error 14 in KOI8-R.so[b74d3000+2000]
Apr 27 13:00:01 server3 kernel: exim[15609]: segfault at 1820160a ip 1820160a sp bfe42050 error 14

and in the Exim's mainlog at roughly the same time:
2010-04-27 12:37:56 1O6j5i-0003m1-Hl demime acl condition: base64 line contains illegal character
2010-04-27 12:37:56 1O6j5i-0003m1-Hl H=(KAGBIUV) [59.96.103.221] F=<[email protected]> rejected after DATA: This message contains a virus or other harmful content (Suspect.Bredozip-zippwd-3)
2010-04-27 12:40:16 1O6j4N-0003lH-Bs SMTP data timeout (message abandoned) on connection from (EXKBGAEFW) [59.96.103.221] F=<[email protected]>
2010-04-27 12:57:52 1O6jPT-00041H-0C <= [email protected] H=(122-124-54-221.dynamic.hinet.net) [122.124.54.221] P=esmtp S=2182 id=000d01cae600$965e2060$6400a8c0@reparationf39 T="Your friend$
2010-04-27 12:57:58 1O6jQG-000424-Ek <= [email protected] U=mail P=spam-scanned S=6533 id=000d01cae600$965e2060$6400a8c0@reparationf39 T="*****SPAM***** Your friends will envy you if you ha$
2010-04-27 12:57:58 1O6jQG-000424-Ek => discarded <[email protected]> R=domain_filter
2010-04-27 12:57:58 1O6jQG-000424-Ek Completed
2010-04-27 12:57:58 1O6jPT-00041H-0C => sales <[email protected]> F=<[email protected]> R=spamcheck_director T=spamcheck S=6404
2010-04-27 12:57:58 1O6jPT-00041H-0C Completed
2010-04-27 13:00:01 1O6jOh-00040W-9Y ** [email protected] F=<[email protected]> R=spamcheck_director T=spamcheck: Child process of spamcheck transport (running command "/usr/sbin/exim $
2010-04-27 13:00:01 1O6jSL-00043p-4V <= <> R=1O6jOh-00040W-9Y U=mail P=local S=3196 T="Mail delivery failed: returning message to sender" from <> for [email protected]
2010-04-27 13:00:01 1O6jOh-00040W-9Y Completed
2010-04-27 13:00:22 1O6jSL-00043p-4V postbox.fabulous.com [128.242.120.13] Connection timed out
2010-04-27 13:00:22 1O6jSL-00043p-4V == [email protected] R=lookuphost T=remote_smtp defer (110): Connection timed out
2010-04-27 13:14:57 1O6jSH-00043l-65 => discarded <[email protected]> R=domain_filter
2010-04-27 13:14:57 1O6jSH-00043l-65 Completed

Any ideas? I dont think Exim crashes, as in, needs to be restarted....

TIA
 
compile error

gcc exim_dbmbuild.c
In file included from exim.h:438,
from exim_dbmbuild.c:33:
dbstuff.h:103:16: error: db.h: No such file or directory
In file included from exim.h:438,
from exim_dbmbuild.c:33:
dbstuff.h:540: error: expected specifier-qualifier-list before 'DB'
exim_dbmbuild.c: In function 'main':
exim_dbmbuild.c:150: error: 'DB' undeclared (first use in this function)
exim_dbmbuild.c:150: error: (Each undeclared identifier is reported only once
exim_dbmbuild.c:150: error: for each function it appears in.)
exim_dbmbuild.c:150: error: 'd' undeclared (first use in this function)
exim_dbmbuild.c:151: error: 'DBT' undeclared (first use in this function)
exim_dbmbuild.c:151: error: expected ';' before 'key'
exim_dbmbuild.c:213: error: 'DB_HASH' undeclared (first use in this function)
exim_dbmbuild.c:295: error: 'content' undeclared (first use in this function)
exim_dbmbuild.c:298: error: 'key' undeclared (first use in this function)
exim_dbmbuild.c:298: error: 'R_NOOVERWRITE' undeclared (first use in this function)
make[1]: *** [exim_dbmbuild.o] Error 1
make[1]: Leaving directory `/root/exim-4.71/build-Linux-i386'
make: *** [all] Error

...........

I guess I need to

apt-get install libdb4.6-dev libperl-dev libsasl2-dev

yeah?
 
Last edited:
Back
Top