Re: [exim] Sending mail from different IP per domain

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jeremy Harris
日付:  
To: exim-users
題目: Re: [exim] Sending mail from different IP per domain
Fernando Barajas wrote:
> Do you know if ther's a way that I could send different domains' mails
> from a different IP? That is, that all mails from *@domain1.com will
> go out from IP "11.22.33.44", and all mails from "*anotherdomain.com"
> will go out from IP "55.66.77.88"?


Your can put an "interface" argument on an "smtp" transport,
so your problem is suitable routers to select a suitable
transport depending on the sending domain.

- Jeremy