Hello all I use Postfix, courier-imap and openldap to build a virtual mail system on debian-sid
I have installed all the debian packages related to courier, imap, pop, and ldap. Postfix works, it delivers mail in /storage1/mail/bal/[username]/Maildir/ I configured courier-imap to use LDAP, below is my authldaprc I specified in authdaemonrc that I want to use authldap only When I try to connect (as the user 'francois') to the pop server with an email client, I got this error : "chdir Maildir: No such file or directory" But the directory /storage1/mail/bal/francois/Maildir exists ! The only log I can find is the following, in /var/log/mail.log Mar 31 10:40:12 mahe imaplogin: Connection, ip=[::ffff:80.11.213.243] Mar 31 10:40:17 mahe imaplogin: chdir Maildir: No such file or directory 1) am I making a big mistake ? 2) How can I get more log, for example I would like to get the exact path where courier is looking for the maildir ? thank you very much, Fran�ois --------------------------------------- ##VERSION: $Id: authldaprc,v 1.19 2004/01/19 19:34:09 mrsam Exp $ ##NAME: LOCATION:0 LDAP_SERVER ldap.beretti.org LDAP_PORT 389 ##NAME: LDAP_BASEDN:0 LDAP_BASEDN ou=users,dc=beretti,dc=org ##NAME: LDAP_BINDDN:0 ##NAME: LDAP_TIMEOUT:0 LDAP_TIMEOUT 5 ##NAME: LDAP_AUTHBIND:0 LDAP_AUTHBIND 1 ##NAME: LDAP_MAIL:0 LDAP_MAIL mail ##NAME: LDAP_FILTER:0 LDAP_FILTER (objectClass=qmailUser) ##NAME: LDAP_DOMAIN:0 LDAP_DOMAIN beretti.org ##NAME: LDAP_GLOB_IDS:0 LDAP_GLOB_UID mail-virtual LDAP_GLOB_GID mail-virtual ##NAME: LDAP_HOMEDIR:0 LDAP_HOMEDIR mailMessageStore ##NAME: LDAP_MAILROOT:0 LDAP_MAILROOT /storage1/mail/bal ##NAME: LDAP_MAILDIR:0 #LDAP_MAILDIR ./Maildir ##NAME: LDAP_DEFAULTDELIVERY:0 LDAP_DEFAULTDELIVERY defaultDelivery ##NAME: LDAP_MAILDIRQUOTA:0 # LDAP_MAILDIRQUOTA quota ##NAME: LDAP_FULLNAME:0 LDAP_FULLNAME cn ##NAME: LDAP_PW:0 LDAP_CRYPTPW userPassword ##NAME: LDAP_IDS:0 # LDAP_UID uidNumber # LDAP_GID gidNumber ##NAME: LDAP_AUXOPTIONS:0 ##NAME: LDAP_DEREF:0 LDAP_DEREF never ##NAME: LDAP_TLS:0 LDAP_TLS 0 --------------------------------------- ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
