hello everybody
I have this problem:
The server is running on a RedHat Linux 6.1 Box, i´m ussing the version
1.3.8.2 of Courier-imap with authldap y authdaemon modules.
When i try to login to the server the connection is closed(i try with
diferent clients like eudora,imap notify, oe 5 and 2k), the error that
appear in my syslog is:
Jul 5 16:02:40 japaratinga imapd: Connection, ip=[::ffff:200.45.2.64]
Jul 5 16:02:40 japaratinga imapd: chdir: No such file or directory
(japaratinga is the name of the server)
This is the entry of the LDAP server:
uid=ger...@jack.com.ar,ou=Internet,o=TS
<mailto:uid=ger...@jack.com.ar,ou=arnet,ou=qmail,ou=Internet,o=TS>
objectClass=qmailUser
userPassword=xxxxxxx
uid=ger...@jack.com.ar
mail=ger...@jack.com.ar
mailMessageStore=/mail/german/
<mailto:mailMessageStore=/mail/arnet/ger...@jack.com.ar/>
qmailUID=1000
qmailGID=1000
This is the configuration of authldaprc:
LDAP_SERVER jedi1.ispadmin
LDAP_PORT 389
LDAP_BASEDN o=ts,ou=internet
LDAP_TIMEOUT 5
LDAP_MAIL mail
LDAP_HOMEDIR mailMessageStore
LDAP_FULLNAME uid
LDAP_CLEARPW userPassword
LDAP_UID qmailUID
LDAP_GID qmailGID
This is give me "ls -l" in /mail/german/ :
total 4
drwx------ 5 1000 1000 4096 Jul 5 13:39 Maildir
This is give me "ls -l" in /mail/german/Maildir :
total 12
drwx------ 2 1000 1000 4096 Jul 3 13:31 cur
drwx------ 2 1000 1000 4096 Jul 5 16:01 new
drwx------ 2 1000 1000 4096 Jul 5 16:01 tmp
Can somebody helpme?
Thanks a lot
Germán Staltari