hello friends
thanks for helping me ,at last i succeeded in compiling
courier-imap-0.99 on AIX 4.3.3 ,
now i am facing few problems while trying use IMAPD , i think i have
misconfigured it , whenever i connects to my.mechine.com 143
it gets connected to courier-imap , but after that whatever i types there
( IMAP commands ) it always gives
"command" NO ERROR IN IMAP COMMAND RECEIVED BY SERVER
i am using courier-imap-0.99 with qmail-1.03 and using Maildir format
mailstore
my ldapschema is
uid : user
password : password
homedirectory : /home/user/
mailhost : my.mechine.com
mail :us...@domain.com
qmail is delievering mails in to /home/user/Maildir
and up to this point its working fine ,
but how can i retrive mails from /home/user/Maildir
my authldaprc is like this
LDAP_SERVER freemail.tataisp.com
LDAP_PORT 389
LDAP_BASEDN o=tataisp,c=in
LDAP_BINDDN cn=root, o=tataisp, c=in
LDAP_BINDPW secret
LDAP_TIMEOUT 5
# LDAP_AUTHBIND 1
# Here's the field on which we query
LDAP_MAIL mail
# The following domain will be appended by default, if not specified
LDAP_DOMAIN tataisp.com
# LDAP_GLOB_UID vmail
# LDAP_GLOB_GID vmail
LDAP_HOMEDIR homeDirectory
#LDAP_MAILDIR mailDir
LDAP_FULLNAME cn
LDAP_CLEARPW userPassword
LDAP_GLOB_GID
LDAP_UID 1010
LDAP_GID 1010
my imapd.config is as follows
ADDRESS=192.168.1.50
PORT=143
MAXDAEMONS=40
MAXPERIP=4
PIDFILE=/var/run/imapd.pid
TCPDOPTS="-forcebind -nodnslookup -noidentlookup"
AUTHMODULES="authdaemon"
IMAP_CAPABILITY="IMAP4rev1 CHILDREN NAMESPACE THREAD-ORDEREDSUBJECT SORT"
IMAP_DISABLETHREADSORT=0
IMAP_OBSOLETE_CLIENT=0
IMAP_ULIMITD=65536
IMAP_USELOCKS=0
IMAP_EMPTYTRASH=7
IMAP_EMPTYTRASH.
IMAP_MOVE_EXPUNGE_TO_TRASH=0
IMAPDSTART=YES
now i want to authenticate my users from ldap for imap service
users is mail store is in /home/user/ that is /home/user/Maildir
so how can i configure my courier-imap-0.99 to authenticate users from
ldap and get their mails from /home/user/Maildir
thanks
Prashant Desai