[Exim] Why Exim breakes?

Top Page
Delete this message
Reply to this message
Author: Lichi Cosmin
Date:  
To: exim-users
Subject: [Exim] Why Exim breakes?
    Hello,
I use a transport_filter and a router to scan mails.
It works just fine, but sometimes (aleatory ) just
brakes and not deliver the mail.
The message from log is:
2003-07-08 02:22:48 SMTP connection from root lost while
reading message data (header)

and from debug:
16936 changed uid/gid: local delivery to root <root@???>
transport=bdfilter_transport
16936 uid=0 gid=0 pid=16936
16936 auxiliary group list: <none>
16936 home=/tmp current=/tmp
16936 set_process_info: 16936 delivering 19ZfJn-0004P7-Jr to root using
bdfilter_transport
16936 direct command:
16936 argv[0] = /usr/netprotect/bitdef/agents/bdfilter
16936 argv[1] = $local_part
16936 argv[2] = $domain
16936 argv[3] = $sender_address
16936 direct command after expansion:
16936 argv[0] = /usr/netprotect/bitdef/agents/bdfilter
16936 argv[1] = root
16936 argv[2] = oconstantin-vm.iavx.ro
16936 argv[3] = root@???
16936 bdfilter_transport transport entered
16936 direct command:
16936 argv[0] = /usr/exim/bin/exim
16936 argv[1] = -oMr
16936 argv[2] = bdscaned
16936 argv[3] = -bS
16936 argv[4] = -d
16936 argv[5] = 2>/tmp/eximlog1
16936 direct command after expansion:
16936 argv[0] = /usr/exim/bin/exim
16936 argv[1] = -oMr
16936 argv[2] = bdscaned
16936 argv[3] = -bS
16936 argv[4] = -d
16936 argv[5] = 2>/tmp/eximlog1
16938 set_process_info: 16938 reading output from |/usr/exim/bin/exim -oMr
bdscaned -bS -d 2>/tmp/eximlog1
16936 Writing message to pipe
16936 writing data block fd=13 size=40 timeout=3600
16936 writing data block fd=13 size=38 timeout=3600
16936 writing data block fd=13 size=5 timeout=3600
16936 process 16939 running as transport filter: write=14 read=15
16936 process 16940 writing to transport filter
16936 copying from the filter
16940 writing data block fd=14 size=1419 timeout=3600

And here is down...
What could be the problem?
PS: And is not writting anythig in /tmp/eximlog1....