Re: [exim] How to relay to more than one authenticated serve…

Top Page
Delete this message
Reply to this message
Author: Adam Funk
Date:  
To: exim-users
Subject: Re: [exim] How to relay to more than one authenticated server?
On 2006-09-16, Magnus Holmgren <holmgren@???> wrote:

> As section 33.5 says, you can use $host and $host_address as selectors. But
> you have to use two expansions, like this (untested):
>
>  login:
>     driver       =  plaintext
>     public_name  =  LOGIN
>     client_send  =  : ${if eq{$host}{foo.example.com}{FOO_ID}{BAR_ID}} \
>                     : ${if eq{$host}{foo.example.com}{FOO_PWD}{BAR_PWD}}


Just to let you know that's exactly what I did and it worked
perfectly.

Thanks again for your help.