[Exim] Re: Multiple smtp auth methods

Top Page
Delete this message
Reply to this message
Author: Tore Anderson
Date:  
To: Colin Whittaker
CC: exim-users
Subject: [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