Hi,
I am having some initial problems with the configuration of Exim 4.01 with
MailScanner 3.21 on Red Hat Linux 7.2. I have put together the config
files for each Exim (prescaned mail arriving) and outbound (after
MailScanner processed it). However, I am not quite sure what changes to
the routers for the prescanned Exim are required. The current docs for
Exim/MailScanner describe separate director / routers however this design
changed with 4.x.
Suggestions greatly appreciated,
Gary.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This is what I tried with the prescanner Exim configuration, which is
followed by the usual dnslookup router:
defer_router:
driver = redirect
allow_defer
data = :defer:
Here's what shows up in the exim_mainlog:
========================
2002-07-29 11:11:00 exim 4.01 daemon started: pid=13761, no queue runs,
listenin
g for SMTP on port 25 (IPv4)
2002-07-29 11:11:00 exim 4.01 daemon started: pid=13763, -q3m, not
listening for
SMTP
2002-07-29 11:13:22 H=xxxxx.yyy.zzz.dd [xxx.xxx.xx.x] sender verify defer for
<gary@???>:
2002-07-29 11:13:22 H=xxxxx.yyy.zzz.dd [xxx.xxx.xx.x]
F=<gary@???> temporarily rejected RCPT <gary@???>:
Sender verify did not complete
2002-07-29 11:13:22 unexpected disconnection while reading SMTP command
from xxxxx.yyy.zzz.dd [xxx.xxx.xx.x]
=============================================