Auteur: Nico Erfurth Datum: Aan: Ron Smits CC: exim-users Onderwerp: 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: