Re: [Exim] MySQL config

Pàgina inicial
Delete this message
Reply to this message
Autor: Clive Goodhead
Data:  
A: James Harr
CC: exim-users
Assumpte: Re: [Exim] MySQL config

> Got that going,
>
> is there anyway I could get this to use md5 encryption on passwords? I'm
> guessing it would be a pain to configure.
>
> I'm guessing Cram-MD5 is more on the SMTP side than backend..
>
> Any clues?
>


I don't think that you can do it for Outlook Express, but I believe that
it can be achieved with a mail client that supports it. However, I have
never done it myself so my only clues are:

1) sections 32 and 34 of the exim 4 spec; and
2) search of the exim-users mailing list for md5.

Hope this helps.

Regards

Clive Goodhead
Cornwall Internet Limited
--------------------------------------------------------------------------
Cornwall Internet Limited
Registered office: Montaza, Fore Street, Goldsithney, Penzance, Cornwall.
Registered in England, registered number 3387326.
--------------------------------------------------------------------------

>
>
> > ######################################################################
> > #                   AUTHENTICATION CONFIGURATION                     #
> > ######################################################################

> >
> > begin authenticators
> >
> > fixed_login:
> >  driver = plaintext
> >  public_name = LOGIN
> >  server_prompts = "Username:: : Password::"
> >  server_condition = \
> >    ${lookup mysql{select if(count(*), "1", "0") \
> >    from ciusers where email = '${quote_mysql:$1}' and \
> >    password = '${quote_mysql:$2}'}}
> >  server_set_id = $1

>
>