Re: [exim] My IP in smtp transport?

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Marc Sherman
日付:  
To: exim-users
題目: Re: [exim] My IP in smtp transport?
Wakko Warner wrote:
>
> I guess the expansion could be deferred. I like Peter's idea of
> using the current routing table to guess where $host_address will be
> going. I could write a perl routine to use ip route and figure out
> from that which source address would be used.


You might then want to use that result in the interface= setting on the
SMTP transport, instead of exim letting the OS decide; that way, you'll
be assured of a consistent result.

- Marc