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

Pàgina inicial
Delete this message
Reply to this message
Autor: Jeremy Harris
Data:  
A: exim-users
Assumpte: 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