Re: [Exim] Flexible Static Routing

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Harald Meland
日付:  
To: Terry.Shows
CC: exim-users
題目: 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