From: "Piotr Galecki" <pgalecki@???>
> Hi,
>
> I have installed exim 4.24 and saslauthd 2.1.15
> saslauthd is started with pam options
> ./saslauthd -a pam -n10
>
> exim configured with authentication:
>
> ######################################################################
> # AUTHENTICATION CONFIGURATION #
> ######################################################################
>
> # There are no authenticator specifications in this default configuration
file.
>
> begin authenticators
>
> plain:
> driver = plaintext
> public_name = PLAIN
> server_condition = ${if saslauthd{{$1}{$3}{smtp}}{1}{0}}
> server_set_id = $2
I suspect you mean '{{$2}{$3}' above...
I believe you will find $1 is an empty string, so it should always fail..
It appears you are using an account names 'test', as this is showing in the
set_id..
Regards
Jeff