Title: �ť�
Hi :
 
I compile vpopmail 4.6.9-1 with openldap 1.2.9 with no error messages .
I edit the vldap.h the same with my /etc/openldap/slapd.conf setting before compile them and I see some "entry" for vldap in vldap.h ( i think it's for ldap usage) .
When i use command line to add a virtual domain , it shows nothing like i add in another workable vpopmail ( compile with mysql ) but see nothing in ldap database .
 
Question : We hava to edit the slapd.oc.conf & slapd.at.conf ourself in ldap directory or should be ok when i compile them.
 
Anybody can share successful experience or give me some suggestions ?
 
Thanks
 
Samson
 
************************* my  vldap.h **********************
#define VLDAP_SERVER "localhost"
#define VLDAP_PORT 389
#define VLDAP_USER "cn=root, dc=develop,dc=acer121,dc=com"
#define VLDAP_PASSWORD "secret"
                                                                               
#ifdef OLD_VLDAP
   #define VLDAP_BASEDN "cn=develop,dc=acer121,dc=com"
#else
   #define VLDAP_BASEDN "cn=develop,dc=acer121,dc=com"
#endif
                                                                               
static char *vldap_attrs[] = {
  "name",
  "uid",
  "qmailGID",
  "qmailUID",
  "qmaildomain",
  "userPassword",
  "mailQuota",
  "mailMessageStore",
  NULL

Reply via email to