Hi,
In the mainlog file, I get entries like this:
1998-01-28 19:44:50 0xxcTe-0003ZK-00 => klaus
<klaus@???>
D= T=zconnect
There is an empty "D=" (director) field. The message was =routed=, though.
It was not locally deliverd, but to a remote host through the zconnect
transport (which uses the pipe dirver).
As a result of this, the eximstats script outputs users at remote systems as
'local' ('klaus' in this case). Below you find the relevant router and
transport configuration file parts.
Anything I can do to correct these log entries?
Thanks for any hint,
Moritz
Transport:
# deliver via zconnect
zconnect:
driver = pipe
bsmtp = domain
user = mbox
command = "/usr/local/lib/zconnect/uursmtp -f $host"
bsmtp_helo
prefix = ""
timeout = 10m
log_output
return_output
Router:
# zconnect:
zconnect_paths:
driver = domainlist
transport = zconnect
search_type = partial-lsearch
route_file = /usr/local/etc/exim/route-zconnect
--
*** Exim information can be found at
http://www.exim.org/ ***