On Mon, Jul 11, 2005 at 02:50:02AM -0700, Mihai Costache wrote: > > hi, > > i have a little problem with smtp-auth when i want > to put some access policies to my ldap base. > > all works great when i don't put access policies in > my slapd.conf, but when i added it only pop > connection work, smtp-auth doesn't work > > thanks > > here is my setting from qmail-ldap: > > #cat /var/qmail/control/ldaplogin > cn=qmail,o=domain,c=com > > #cat /var/qmail/control/ldappassword > secretpass >
auth_smtp does not run as root so make sure that it is able to read ldappassword else it will bind as anonymous user. It is possible to use ldaprebind to restrict the access a bit more. -- :wq Claudio
