Hi All:
Just now I installed vpopmail-4.10.35 + openLDAP-2.0.7 just following the
README.ldap in the vpopmail tar file.



my file /usr/local/etc/openldap/slapd.conf looks like:

     database ldbm
     suffix "dc=example,dc=com"
     rootdn "cn=Manager,dc=example,dc=com"
     rootpw 123
     directory /usr/local/var/openldap-ldbm


vpopmail:
./configure    --enable-ldap=y
          --enable-roaming-users=y
          --enable-hardquota=5000000


edit the file "vldap.h" to look like:

#define VLDAP_SERVER "localhost"
#define VLDAP_PORT 389
#define VLDAP_USER "cn=Manager, dc=example, dc=com"
#define VLDAP_PASSWORD "123"

#ifdef OLD_VLDAP
   #define VLDAP_BASEDN "ou=Blah, o=Blah"
#else
   #define VLDAP_BASEDN "ou=%s, o=ExampleCompany"
#endif



Everything looks OK, when I run after finish installing:
#vadddomain test.com

It is said ""Unable to chdir to vpopmail/usrs diretory"

Anyone have idea about this problem???

Thanks
Bill





Reply via email to