On Thu, 25 Jul 2002, Antony Carr wrote:
> The bit i am having problems with at the moment is the sending of mail onwards
> from A to B,mainly because exim see's the domain as a local domain (which it
> is) and so it gets passed on to the directors (rather than routers) and
> because of this i cant use the domainlist option (as far as i can tell).
you can use the smartuser driver to force the use of a specific
transport; which, in turn, would be something that forcibly sends the
message to server B.
don't forget to use some condition in that smartuser director, to
prevent loops ($sender_host_address seems to be pretty appropriate)