Re: [Exim] [Exim]Howto-User SASL-AUTH IN Exim

Top Page
Delete this message
Reply to this message
Author: Matthew Byng-Maddick
Date:  
To: exim-users
Subject: Re: [Exim] [Exim]Howto-User SASL-AUTH IN Exim
On Thu, Feb 19, 2004 at 08:22:33PM +0000, Jez Hancock wrote:
> fwiw my saslauthd authenticators look like this:
> plain:
>     driver = plaintext
>     public_name = PLAIN
>     server_condition = ${if saslauthd{{$2}{$3}}{1}{0}}


I'm happy with:
| plain:
|     driver      = cyrus_sasl
|     server_advertise_condition = ${if eq{$tls_cipher}{} {no}{yes}}
|     public_name = PLAIN
|     server_hostname = [deleted]
|     server_set_id = $1
| cram:
|     driver      = cyrus_sasl
|     server_advertise_condition = ${if eq{$tls_cipher}{} {no}{yes}}
|     public_name = CRAM-MD5
|     server_hostname = [deleted]
|     server_set_id = $1


But if you want it to look like that, then you'll need to patch. I posted
the patch here.

Cheers

MBM

--
Matthew Byng-Maddick         <mbm@???>           http://colondot.net/