Odhiambo Washington wrote: > On Nov 26, 2007 1:42 PM, Ralf Bender <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I'm trying out exim and run into a little problem. >> >> Now, Exim accept incoming mails after auth and send it directly to >> destination mail server. In normal way it's ok, but I must send ALL >> incoming mails on exim to an other local installed mailserver. Nothing else. >> >> Is there anybody who can tell me how can I do this? > > After the clause "begin routers" (assuming Exim 4.68): > > an_other_server: > driver = manualroute > domains = +local_domains > transport = remote_smtp > route_data = a.b.c.d (IP of an other server) > > Basically, I am saying you need a manualroute router. You can look > that up on spec.txt > > > 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 == [EMAIL PROTECTED] 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
smime.p7s
Description: S/MIME Cryptographic Signature
-- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
