Re: [Exim] AUTH (don't shoot me...)

Etusivu
Poista viesti
Vastaa
Lähettäjä: Nico Erfurth
Päiväys:  
Vastaanottaja: mb
Kopio: mike, exim-users
Aihe: Re: [Exim] AUTH (don't shoot me...)
mb@??? wrote:
>>plain:
>> driver = plaintext
>> public_name = PLAIN
>> server_condition = "${if crypteq{$2}{${extract{1}{:}{${lookup{$1}lsearch{/etc/exim/passwd}{$value}{*:*}}}}}{1}{0}}"
>
>
> I note your colons aren't doubled.


AFAIK server_condition isn't a list, so one shouldn't double the colons