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

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Oliver Egginger
Datum:  
To: exim-users
Betreff: 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 ;)