* Suresh Ramasubramanian <mallet@???> [20020107 18:50]: > Hi
>
> I have this setting to handoff mail to a smarthost -
>
> # This router uses a smarthost
> #route_append:
> # driver = domainlist
> # transport = remote_smtp
> # route_list = * mail.hserus.net byname
>
> Quite obviously, works in exim 3.3x ... it doesnt seem to work in exim 4 ...
> driver domainlist can't be found apparently.
>
> Has this changed?
The driver is called manualroute now.
An example is provided in Exim 4 docs that does what you want. Look at
it.