On Thu, 27 Jan 2000, Juri Milodanovich wrote:
> Authentication method PLAIN from my Exim config:
> server_condition = "${if and {{!eq{$2}{}}{!eq{$3}{}} \
> {crypteq{$3}{${extract{2}{:} \
> {${lookup{$2}lsearch{/usr/local/etc/exim/exim.passwd} \
> {$value}{*:*}}}}}}}{1}{0}}"
> Outlook Express LOGIN authentication method. It's valid
> with the same settings:
> server_condition = "${if and {{!eq{$1}{}}{!eq{$2}{}} \
> {crypteq{$2}{${extract{1}{:} \
> {${lookup{$1}lsearch{/usr/local/etc/exim/exim.passwd} \
> {$value}{*:*}}}}}}}{1}{0}}"
I put those two settings into two different files and flipped between
them to see what had changed. You have made a mistake on the second
line. The "extract" item should be extracting the same field in both
cases. I guess you did a global change 1->2 and 2->3, didn't you? :-)
--
Philip Hazel University of Cambridge Computing Service,
ph10@??? Cambridge, England. Phone: +44 1223 334714.