Re: [Exim] rewrite dest. addr. based on sender ip

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Adam J. Henry
Data:  
Para: exim-users
Assunto: Re: [Exim] rewrite dest. addr. based on sender ip
On Thu, Jun 24, 2004 at 12:48:06PM -0400, Adam J. Henry wrote:
> > condition = ${lookup {$host_address} iplsearch{ETC_PATH/host/carbon_copy} \
> >                {1} {0} }


condition = ${lookup {$sender_host_address} iplsearch{ETC_PATH/host/carbon_copy} {1} {0} }

$host_address looks to be only used if $host is set. $sender_host_address
does want I want. Thanks for your help cleaning up my condition.

Take care,
hank