On Saturday 07 October 2006 23:50, B. Cook took the opportunity to say: > I put exim on the outside of a qmail/vpopmail install, and exim only does > smtp auth for ips not allowed to relay. > > It has a localhost router designed to send to qmail at 127.0.0.1:8125 > > begin routers > > localhost: > transport = bsd_smtp > driver = manualroute > route_list = +localqmail 127.0.0.1
You can set the port in the router instead:
transport = remote_smtp
route_list = +localqmail 127.0.0.1::8125
You also have to use
self = send
to convince Exim that it's not going to be talking to itself.
--
Magnus Holmgren [EMAIL PROTECTED]
(No Cc of list mail needed, thanks)
pgpcS6ThI4n1S.pgp
Description: PGP signature
-- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
