Re: [Exim] LDAP lookup in rewrite rule (Exim 3.33)

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Oliver Egginger
Fecha:  
A: exim-users
Asunto: Re: [Exim] LDAP lookup in rewrite rule (Exim 3.33)
Do you mean
"${lookup ldap {ldap:://mailserv
                          ^^^
It doesn't works, alas.
Neither in "exim -be" nor in Exim self.
Quoting didn't work too and I can't
use the escape operator, cause there is
(ditto) a colon in it's syntax.



Tamas TEVESZ wrote:
> > I tried this
> > "${lookup ldap {ldap":"//mailserv ...
> > and that
> > "${lookup ldap {ldap%3a//mailserv ...
>
> then try escaping the colon.
>
> with another colon, most certainly ;)