Re: [Exim] Exim SMTP AUTH as Client / Multiple Accounts on o…

Página Inicial
Delete this message
Reply to this message
Autor: Tamas TEVESZ
Data:  
Para: Michael Jakscht
CC: exim-users
Assunto: Re: [Exim] Exim SMTP AUTH as Client / Multiple Accounts on one Server
On Wed, 28 Aug 2002, Michael Jakscht wrote:

> > it describes the use of "client_send", "client_name" and
> > "client_secret" (for plaintext and md5 auths, respectively). keep
> > reading until you realize they are all expandable. voila.
>
> OK, that's fine. I read it many times.
> But I still don't get it what you mean by that.
> I have to differ between some authentication accounts on one
> destination host.
> Maybe you can give me more hints till I get it.. ;-))


that's what i'm trying to do ;P

## authenticators

cram:
driver = cram_md5
public_name = CRAM-MD5
client_name = ${sender_address}
client_secret = <some appropriately crafted lookup>

--
(void)