On Wed, Mar 06, 2013 at 06:13:05PM +0000, lst_ho...@kwsoft.de wrote: > Zitat von Wietse Venema <wie...@porcupine.org>: > > >Postfix reports that the LDAP client library could not connect to > >any of the LDAP servers. Don't shoot the messenger. > > > > Wietse > > Would the "domain" parameter in the LDAP config prevent this, if > only non-matching addresses would have been asked or does postfix > detect the absence of the LDAP servers anyway?
[ I'll play Wietse, since the LDAP connection management logic is my code. ] Postfix (unsupported ancient versions aside) only connects to the LDAP server when it is about to make a query. The non-matching domain short-circuit happens before any connection attempts. -- Viktor.