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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Oliver Egginger
日付:  
To: exim-users
題目: 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 ;)