Re: [exim] Multiple types of authentication

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Jeremy Harris
Dátum:  
Címzett: exim-users
Tárgy: Re: [exim] Multiple types of authentication
On 06/02/14 14:14, Richard Clayton wrote:
>
> begin authenticators
>
> smarthost_login:
>    driver = plaintext
>    public_name = LOGIN
>    client_send = : username@??? : password

>
> other_login:
>    driver        = cram_md5
>    public_name   = CRAM-MD5
>    client_name   = otherusername
>    client_secret = otherpassword


> but once one starts to worry about CRAM-MD5 then one needs client_name
> and client_secret lines instead....
>
> What advice can be offered apart from not starting from here ?


You put the cram-specific bits in the cram authenticator, and the 
login-specific bits in the login authenticator, yes?
-- 
Cheers,
    Jeremy