Ok, trying to use DCC via dccifd.
I downloaded
http://www.physicman.net/projects/exim/dccifd-client.c and
compiled exim with the options included in that file.
I then added
# If you have built Exim to include a local_scan() function that contains
# tables for private options, you can define those options here. Remember to
# uncomment the "begin" line. It is commented by default because it provokes
# an error with Exim binaries that are not built with LOCAL_SCAN_HAS_OPTIONS
# set in the Local/Makefile.
begin local_scan
disabled
socket = /var/dcc/dccifd
reject_message = Probable spam. Rejected.
# End of Exim configuration file
(END)
to my exim.conf
But then i got
2004-07-18 22:57:47 1BmIiy-00088m-Fy <= root@???
H=scooter.mupp.net [213.212.33.23] P=esmtp S=514 id=E1BmIix-000724-IQ@
scooter.mupp.net
2004-07-18 22:57:48 1BmIiy-00088m-Fy Format error in spool file
1BmIiy-00088m-Fy-H: size=889
Anf the spool files are
root@statler:/root/download/Exim/exim-4.40# cat
/var/spool/exim/input/1BmIiy-00088m-Fy-*
1BmIiy-00088m-Fy-D
test
1BmIiy-00088m-Fy-H
root 0 0
<root@???>
1090184252 0
-helo_name scooter.mupp.net
-host_address 213.212.33.23.50007
-host_name scooter.mupp.net
-interface_address 130.241.25.165.25
-received_protocol esmtp
-acl 18 16
scooter.mupp.net
-body_linecount 1
-deliver_firsttime
-local_scan Mail accepted by DCC
XX
1
j2@???
173P Received: from scooter.mupp.net ([213.212.33.23])
by statler.mupp.net with esmtp (Exim 4.40)
id 1BmIiy-00088m-Fy
for j2@???; Sun, 18 Jul 2004 22:57:47 +0200
150P Received: from root by scooter.mupp.net with local (Exim 4.34 and XAMS
0.0.15)
id 1BmIix-000724-IQ
for j2@???; Sun, 18 Jul 2004 22:57:31 +0200
016T To: j2@???
049I Message-Id: <E1BmIix-000724-IQ@???>
035F From: root <root@???>
038 Date: Sun, 18 Jul 2004 22:57:31 +0200
046 X-DCC-EATSERVER-Metrics: statler 1166; Body=0
001
root@statler:/root/download/Exim/exim-4.40#
What am i screwing up here?