Re: [exim] My IP in smtp transport?

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jakob Hirsch
日付:  
To: Wakko Warner
CC: exim-users
題目: Re: [exim] My IP in smtp transport?
Wakko Warner wrote:

>>you could convince Phil to add it to the wishlist. Shouldn't be too hard
>>to implement.


actually, it's not that easy. The problem is, that all the expansions
are done _before_ the connection is initiated, but getsockname() has to
be called _after_ connect().