[Exim] Exim-3.34 vs LDAP

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Géczi Szabolcs
Data:  
Para: exim-users
Asunto: [Exim] Exim-3.34 vs LDAP
Hello,

I download the Exim-3.34 source from exim-S master site.
I configured to make queries from my ldap server, and I compiled it without
any error messages.

My Makefile's relevant part:

LOOKUP_LDAP=yes
LOOKUP_INCLUDE=-I /usr/include
LOOKUP_LIBS=-L/usr/lib -lldap

Unfortunately when I telnet to my smtp port I got this error message

www:~# telnet localhost smtp
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
2002-02-19 13:09:22 Exim configuration error
option "search_type" unknown in line 354
Connection closed by foreign host.

The entry from exim.conf here:

localuser:
driver = localuser
transport = local_delivery
search_type = ldap
query = "ldap:///uid=$local_part,dc=$domain,o=xxxxxxx,c=xx?uid

Any idea ?

OS: Debian Woody, 2.2.20ow1 kernel, Exim-3.34



--
Géczi Szabolcs