Mensaje citado por Matteo Mancini <[EMAIL PROTECTED]>: | hi list.. | | I've got a bit problem with courer-imap+postfix+ldap on woody.... | | I've installed all reading an howto on inter7.com... | | my mail routing from mail client to postfix smtp using a virtual user | works fine and I can see email in | /home/vmail/domains/myvdoamin.net/user1/new | ..... my problem born when i try to connect from my imap client to imap | server, I always recive password wrong... | | I try to start slapd -c $conffile -d 256 to see more verbose logs on | screen, but....if I try to connect with my imap clieny I don't see any | ldap's logs. My imap server doesn't lookup users on ldap db....why??? |
This would be far too easy but could it be LADP_BASEDN dc=libero,dc=it LDAP_BINDDN cn=admin,dc=libero,dc=it LDAP_BINDPW MyRealPassword can you do an ldapsearch using the same configuration that you have defined for courier? ed | Another more quest::: | I use "vmail" system user to map virtual user....Have I to add vmail | user to userdb with makeuserdb or not??? | | | these are some my conf file::: | | authldaprc... | | LDAP_SERVER localhost | LDAP_PORT 389 | LADP_BASEDN dc=example,dc=net | LDAP_BINDDN cn=admin,dc=example,dc=net | LDAP_BINDPW secret | LDAP_TIMEOUTi 15 | LDAP_AUTHBIND 1 | LDAP_MAIL mail | LDAP_GLOB_UID vmail | LDAP_GLOB_GID vmail | LDAP_HOMEDIR homeDirectory | LDAP_MAILDIR mailbox | LDAP_FULLNAME cn | LDAP_CLEARPW clearPassword | LDAP_CRYPTPW userPassword | LDAP_DEREF never | LDAP_TLS 0 | LDAP_FILTER (&(mail=%s)(objectClass=CourierMailAlias)) | | | | imapd:: | | ADDRESS=0 | PORT=143 | MAXDAEMONS=40 | MAXPERIP=4 | PIDFILE=/var/run/courier/imapd.pid | TCPDOPTS="-nodnslookup -noidentlookup" | AUTHMODULES="authldap authdaemon" | AUTHMODULES_ORIG="authdaemon" | IMAP_CAPABILITY="IMAP4rev1 CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT | THREAD=REFERENCES SORT" | IMAP_CAPABILITY_ORIG="IMAP4rev1 CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT | THREAD=REFERENCES SORT AUTH=CRAM-MD5 AUTH=CRAM-SHA1 IDLE" | IMAP_IDLE_TIMEOUT=60 | IMAP_CAPABILITY_TLS="$IMAP_CAPABILITY AUTH=PLAIN" | IMAP_CAPABILITY_TLS_ORIG="$IMAP_CAPABILITY_ORIG AUTH=PLAIN" | IMAP_DISABLETHREADSORT=0 | IMAP_CHECK_ALL_FOLDERS=0 | IMAP_OBSOLETE_CLIENT=0 | IMAP_ULIMITD=65536 | IMAP_USELOCKS=0 | IMAP_EMPTYTRASH=Trash:7 | IMAP_MOVE_EXPUNGE_TO_TRASH=0 | IMAPDSTART=YES | | | authdaemonrc:::: | | authmodulelist="authldap authpam" | authmodulelistorig="authcustom authcram authuserdb authldap authmysql | authpam" | daemons=5 | version="" | | :::::::::::::::::... .................!!!!!I'M GETTING CRAZY!!!!! | | | thanks | | | | ------------------------------------------------------- | This SF.Net email sponsored by: Free pre-built ASP.NET sites including | Data Reports, E-commerce, Portals, and Forums are available now. | Download today and enter to win an XBOX or Visual Studio .NET. | http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 | _______________________________________________ | courier-users mailing list | [EMAIL PROTECTED] | Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users | -- ------------------------------------------------- ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
