On Fri, 15 Jun 2001, John Jetmore wrote:
> Say I have a message which is to user@???. When exim sees
> that, I want it to deliver to the server private-mail.domain.com and in
> the smtp transaction, I want it to "RCPT TO: user@???".
Easy-peasy:
scan_outbound:
driver = domainlist
transport = remote_smtp
route_list = 2scan.domain.com private-mail.domain.com byname
(or bydns etc. depending on how you want the lookup done)
--
Philip Hazel University of Cambridge Computing Service,
ph10@??? Cambridge, England. Phone: +44 1223 334714.