OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Fw: postfix don't connect to ldaps (fwd)

From: Wietse Venema (wietseporcupine.org)
Date: Mon Mar 01 2004 - 06:18:56 CST


----- Forwarded message from Joel CARNAT -----

Subject: postfix don't connect to ldaps

Hi,

can have postfix connect to LDAP via SSL :/
**************************************************************
virtual_maps = ldap:aliases

virtual_mailbox_base = /home/vmail
virtual_mailbox_maps = ldap:accounts
virtual_minimum_uid = 101
virtual_uid_maps = static:101
virtual_gid_maps = static:101

aliases_server_host = ldaps://hostname:636
aliases_search_base = dc=hosting
aliases_scope = sub
aliases_version = 3
aliases_bind_dn = cn=reader,dc=hosting
aliases_bind_pw = XXX
aliases_ldap_scope = sub
aliases_query_filter = (&(mail=%s)(objectClass=CourierMailAlias))
aliases_result_attribute = maildrop
aliases_bind = yes
aliases_cache = no
**************************************************************
postmap: dict_ldap_connect: Connecting to server ldaps://hostname:636
postmap: warning: dict_ldap_connect: Actual Protocol version used is 3.
postmap: dict_ldap_connect: Binding to server ldaps://hostname:636 as dn cn=reader,dc=hosting
postmap: warning: dict_ldap_connect: Unable to bind to server ldaps://hostname:636 as cn=reader,dc=hosting: 81 (Can't contact LDAP server)
**************************************************************

I actually see the connection accept on the slapd.log
doing 'ldapsearch' with those values work
ldd on postfix binaries show ssl and ldap linkings

any idea of what I'm missing ?

thanks,
        Jo

----- End of forwarded message from Joel CARNAT -----