[Exim] manualroute & hub question

トップ ページ
このメッセージを削除
このメッセージに返信
著者: konrad
日付:  
To: exim-users
題目: [Exim] manualroute & hub question
--
Hi folks
Just wanted to check something quickly:
According to the docs on Exim 4 regarding mail hubbing, to route mail for a specific domain from one exim box to another (the first acting as a mail hub), the following is used:

hub_route:
    driver = manualroute
    transport = remote_smtp
    route_list = *.rhodes.tvs.example  $domain


This only applies however when the incoming mail is being passed onto a machine which has the same domain name as the incoming mail. Would I then be correct in assuming that to pass it onto a MTA which doesn't have the same domain name as the incoming mail, it would need to read as follows:

hub_route:
    driver = manualroute
    transport = remote_smtp
    route_list = *.rhodes.tvs.example  some.other.domain.name.com


Thanks
Konrad
--