|
Hello list,
I have a Red Hat Advanced Server mail server with the following: - qmail-ldap-control-authsmtp (format: Maildir and POP3) - sqwebmail I want to check mail by webmail and i installed sqwebmail package(with i run ./configure --prefix=/usr/local/share/sqwebmail3 --with-cachedir=/var/cache/sqwebmail3 --enable-imageurl=/webmail3 --enable-imagedir=/var/www/htdocs/webmail3 --enable-cgibindir=/var/www/cgi-bin/sqwebmail3 --without-authpwd --without-authshadow --without-authpam --without-authuserdb --without-authmysql --without-authpgsql --without-authvchkpw --without-authdaemon --with-authldap and my authldaprc
is
LDAP_SERVER 192.168.47.103 LDAP_PORT 389 LDAP_BASEDN o=saigontel LDAP_BINDDN cn=Manager, o=saigontel LDAP_BINDPW password LDAP_TIMEOUT 5 LDAP_MAIL mail LDAP_GLOB_UID vmail LDAP_GLOB_GID vmail LDAP_HOMEDIR mailMessageStore LDAP_MAILROOT /var/qmail/maildirs LDAP_DEFAULTDELIVERY defaultDelivery LDAP_FULLNAME cn LDAP_CRYPTPW userPassword LDAP_DEREF never LDAP_TLS 0 My sample user profile in ldap is like
dn: [EMAIL PROTECTED],ou=test.com,ou=Mails ,
o=saigontel
objectClass: top objectClass: person objectClass: qmailuser mail: [EMAIL PROTECTED] uid: [EMAIL PROTECTED] sn: test cn: test test accountStatus: active userPassword:: e2NyeXB0fWZRcDdFQWRLRFBORXM= mailHost: smtp.test.com mailMessageStore: test.com/test deliveryMode: localdelivery mailQuota: 10485760S,1000C ) but.
The problem is: Then i completed installation and load http://192.168.47.103/cgi-bin/sqwebmail3/sqwebmail with login username : [EMAIL PROTECTED] / password : test but it sends the "Invalid or wrong password" message Any idea about what can be done to fix this? Thanks |
