I gave this a quick try, stopped and restarted exim, but still I didn't get an
authentication. Netscape mail kept asking for a password. Is there something
else? Does exim have to be complied for this sort of thing?
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