Re: [Exim] Typo in spec/manpage

Top Page
Delete this message
Reply to this message
Author: Nico Erfurth
Date:  
To: Ron Smits
CC: exim-users
Subject: Re: [Exim] Typo in spec/manpage
Ron Smits wrote:
> Grin then here is another one in the pam part of the spec/manpage:
> server_condition = ${if pam{$1:${sg{$2}{:}{::}}}{yes}{no}} this does not
> work and needs to be
> ${if pam{$2:${sg{$3}{:}{::}}}{yes}{no}}



<quote>
If the data is being inserted from a variable, the "sg" expansion item
can be used to double any existing colons. For example, the
configuration of a LOGIN authenticator might contain this setting:

server_condition = ${if pam{$1:${sg{$2}{:}{::}}}{yes}{no}}
</quote>

This is correct for the LOGIN authenticator, your version would be
correct for the PLAIN authenticator :)

ciao