On Sun, 2005-12-18 at 20:53 +0100, Alexander Dalloz wrote: > Am So, den 18.12.2005 schrieb Craig White um 1:42: > > > what I do... > > > > relevant postfix/main.cf entries... > > > > ldap_server_host = localhost > > ldap_search_base = ou=People,dc=example,dc=com > > ldap_bind = yes > > ldap_bind_dn = dc=example,dc=com > > ldap_debug_level = 256 > > That is old style (for Postfix 2.0 and earlier) and only possible for > backward compatibility. > > http://www.postfix.org/ldap_table.5.html > ---- old habits die hard. I started out doing it that way and didn't get it to work but did get the 'old' way to work really quickly which is where I quit. Funny thing is, upon looking at it, I had ldap_bind = yes and not a suitable ldap_bind_dn attribute and nothing ever complained ;-) I'll probably modify what I am doing - will look at it and revise after the holidays. Thanks Craig