Re: [Exim] Authentication question using 3.35

Top Page
Delete this message
Reply to this message
Author: Andreas Metzler
Date:  
To: exim-users
Subject: Re: [Exim] Authentication question using 3.35
On Tue, Aug 26, 2003 at 01:17:33PM +0000, gbrotherton@??? wrote:
> I am attempting to have my users authenticate remotely to use my
> Exim 3.35 machine as their outgoing mail server.

[...]
>  plain:
>    driver = plaintext
>    public_name = PLAIN
>    server_condition = "${if
> crypteq{$2}{${extract{1}{:}{${lookup{$1}lsearch{/etc/exim/passwd}{$value}{*:*}}}}}{1}{0}}"
>    server_set_id = $1


server_condition = "${if \
crypteq{$3}{${extract{1}{:}{${lookup{$2}lsearch{/etc/exim/passwd}{$value}{*:*}}}}}{1}{0}}"
server_set_id = $2
               cu andreas