Re: [exim] Multiple types of authentication

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Jeremy Harris
Date:  
À: exim-users
Sujet: 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