> Thanks for quick response.
> ok, I changed configuration. The other server is also localhost, the
> same machine. And this happens:-(
>
> 2007-11-26 12:18:42 1Iwbz7-0005vn-Lw == testuser@??? R=testserver
> defer (-1): remote host address is the local host
> 2007-11-26 12:18:42 1Iwbz7-0005vn-Lw Frozen
> 2007-11-26 12:18:42 1Iwbz7-0005vl-Fe Completed
>
>
> Here is my config:
> testserver:
> driver = manualroute
> domains = +local_domains
> route_list = 192.168.0.21
> transport = remote_smtp
>
> remote_smtp:
> driver = smtp
> port = 8025
>
>
Ah, that is supposed to protect you from routing errors. You need the
self = pass
in your router. Have a look at chapter 15
http://www.exim.org/exim-html-current/doc/html/spec_html/ch15.html
and look for the selction for self.
John