[Exim] Re: Multiple smtp auth methods

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Tore Anderson
Data:  
Para: Colin Whittaker
CC: exim-users
Asunto: [Exim] Re: Multiple smtp auth methods
* Colin Whittaker

> I know i am missing something but what is it.
>
>
 > plain_login:
 >   driver = plaintext
 >   public_name = PLAIN
 >   server_prompts = :
 >   server_condition = ${if or \
 >         {\
 >           { pam{$2:$3} } \
 >           { true } \
 >         }\
 >         {yes}{no} \
 >       }


The string "true" (whether a result of expansion or not) isn't a
condition. You could try replacing it with "eq{ice cream}{ice cream}"
or some other kluge.

It's on the wish list, though. If we're lucky, Philip'll get round
to it when he gets back. :-)

--
Tore Anderson