Re: [exim] multiple outgoing IPs?

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Daryl Richards
Datum:  
To: Tomasz Chmielewski
CC: exim-users
Betreff: Re: [exim] multiple outgoing IPs?
This can be as easy as changing your remote_smtp as follows:

remote_smtp:
debug_print = "T: remote_smtp for $local_part@$domain"
driver = smtp
interface = $received_ip_address
helo_data = ${lookup dnsdb{ptr=$sending_ip_address}{$value}
{$primary_hostname}}

On 7-Sep-09, at 1:24 PM, Tomasz Chmielewski wrote:

> Is it possible to configure Exim to use several outgoing IPs?
>
> Say, if it received an email on a given IP, make Exim send it out on
> the
> same IP as well?
>
>
> --
> Tomasz Chmielewski
> http://wpkg.org
>
> --
> ## List details at http://lists.exim.org/mailman/listinfo/exim-users
> ## Exim details at http://www.exim.org/
> ## Please use the Wiki with this list - http://wiki.exim.org/