9 messages in net.sourceforge.lists.courier-users[courier-users] Courier + LDAP
FromSent OnAttachments
Renato Otranto Jr.Aug 16, 2006 1:34 pm 
Sam VarshavchikAug 16, 2006 3:27 pm 
Renato Otranto Jr.Aug 17, 2006 5:43 am 
Jay LeeAug 17, 2006 5:50 am 
Renato Otranto Jr.Aug 17, 2006 5:58 am 
David GomillionAug 17, 2006 8:53 am 
Renato Otranto Jr.Aug 17, 2006 11:43 am 
Sam VarshavchikAug 17, 2006 3:44 pm 
Renato Otranto Jr.Aug 18, 2006 1:58 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Courier + LDAPActions...
From:Renato Otranto Jr. (rena@rac.com.br)
Date:Aug 16, 2006 1:34:10 pm
List:net.sourceforge.lists.courier-users

Hello,

I am installing a mailserver with courier for pop and imap services. My server is a Debian Linux (Sarge) with Postfix. I already edited the following files for pop service:

-------------------------------------------------------------------- /etc/courier/authdaemonrc ******************** authmodulelist="authldap" authmodulelistorig="authldap" daemons=5 version=authdaemond.ldap authdaemonvar=/var/run/courier/authdaemon

/etc/courier/authldaprc ***************** LDAP_SERVER xxx.xxx.xxx.xxx LDAP_PORT 389 LDAP_PROTOCOL_VERSION 3 LDAP_BASEDN dc=example,dc=com LDAP_BINDDN cn=usertobind,cn=Users,dc=example,dc=com LDAP_BINDPW passtouserbind LDAP_TIMEOUT 10 LDAP_AUTHBIND 1 LDAP_MAIL mail LDAP_DOMAIN example.com LDAP_GLOB_UID vmail LDAP_GLOB_GID vmail LDAP_HOMEDIR mailMessageStore LDAP_DEFAULTDELIVERY defaultDelivery LDAP_FULLNAME cn LDAP_CRYPTPW password LDAP_DEREF never LDAP_TLS 0

/etc/courier/pop3d PIDFILE=/var/run/courier/pop3d.pid MAXDAEMONS=40 MAXPERIP=4 AUTHMODULES="authdaemon" AUTHMODULES_ORIG="authdaemon" DEBUG_LOGIN=2 POP3AUTH="" POP3AUTH_ORIG="LOGIN CRAM-MD5 CRAM-SHA1" POP3AUTH_TLS="" POP3AUTH_TLS_ORIG="LOGIN PLAIN" PORT=110 ADDRESS=0 TCPDOPTS="-nodnslookup -noidentlookup" POP3DSTART=YES MAILDIRPATH=Maildir

/etc/courier/authmodulelist ******************** authdaemon

--------------------------------------------------------------------

Then, I started the courier-pop daemon

I already try starting the courier-authdaemon and courier-ldap too.

But my syslog file always shows the same problem:

Aug 16 17:19:29 racmail02 courierpop3login: authdaemon: starting client module Aug 16 17:19:44 racmail02 courierpop3login: authdaemon: TEMPFAIL - no more modules will be tried Aug 16 17:19:49 racmail02 courierpop3login: LOGIN FAILED, ip=[::ffff:xxx.xxx.xxx.xxx]

So, I think the authdaemon.ldap module can not been started. Am i right? Any hint? Is there any component that i have configure or start more?

Thanks,