Re: [Exim] Flexible Static Routing

Top Page
Delete this message
Reply to this message
Author: Harald Meland
Date:  
To: Terry.Shows
CC: exim-users
Subject: Re: [Exim] Flexible Static Routing
[Terry Shows]

> Can you define multiple IP addresses in the route_list option of the
> router so that if the standard address (192.168.1.51) is not
> available it will use the secondard and go ahead and deliver it?


Yup, see sections 19.4 and 19.5 in the spec.

> (IE: route_list = host.com {192.168.1.51 OR 123.45.67.87} byname)


That should be

route_list = host.com 192.168.1.51:123.45.67.87 byname

or, alternatively

domains = host.com
route_data = 192.168.1.51:123.45.67.87 byname

--
Harald