43 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: LDAP authenti...
FromSent OnAttachments
Graham LeggettJul 17, 2001 7:21 am 
Graham LeggettJul 17, 2001 2:35 pm 
Sam VarshavchikJul 17, 2001 2:47 pm 
Graham LeggettJul 17, 2001 3:23 pm 
Sam VarshavchikJul 17, 2001 3:34 pm 
pop cornJul 17, 2001 3:41 pm 
Graham LeggettJul 17, 2001 3:54 pm 
pop cornJul 17, 2001 3:57 pm 
Sam VarshavchikJul 17, 2001 4:17 pm 
Sam VarshavchikJul 17, 2001 4:18 pm 
Sam VarshavchikJul 17, 2001 4:19 pm 
pop cornJul 17, 2001 4:26 pm 
pop cornJul 17, 2001 4:36 pm 
Sam VarshavchikJul 17, 2001 4:39 pm 
Sam VarshavchikJul 17, 2001 4:48 pm 
Graham LeggettJul 17, 2001 4:49 pm 
pop cornJul 17, 2001 4:52 pm 
pop cornJul 17, 2001 4:53 pm 
pop cornJul 17, 2001 4:55 pm 
Sam VarshavchikJul 17, 2001 6:59 pm 
Sam VarshavchikJul 17, 2001 7:03 pm 
pop cornJul 17, 2001 8:07 pm 
pop cornJul 17, 2001 8:08 pm 
Sam VarshavchikJul 17, 2001 8:25 pm 
pop cornJul 17, 2001 10:06 pm 
Graham LeggettJul 18, 2001 2:02 am 
Sam VarshavchikJul 18, 2001 4:49 am 
pop cornJul 18, 2001 5:20 am 
Sam VarshavchikJul 18, 2001 2:34 pm 
pop cornJul 18, 2001 8:36 pm 
Sam VarshavchikJul 18, 2001 9:42 pm 
Eric SmithJul 18, 2001 9:50 pm 
Sam VarshavchikJul 18, 2001 10:09 pm 
Eric SmithJul 18, 2001 10:35 pm 
pop cornJul 18, 2001 10:44 pm 
Daniel BiddleJul 18, 2001 10:51 pm 
Daniel BiddleJul 18, 2001 11:01 pm 
Sam VarshavchikJul 19, 2001 5:05 am 
Eric SmithJul 19, 2001 2:23 pm 
Gordon MessmerJul 20, 2001 3:29 pm 
Eric SmithJul 20, 2001 5:10 pm 
Sam VarshavchikJul 20, 2001 6:17 pm 
Gordon MessmerJul 20, 2001 7:34 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:Re: [courier-users] Re: LDAP authentication fails with nothing loggedActions...
From:pop corn (pop3@hotmail.com)
Date:Jul 17, 2001 3:41:44 pm
List:net.sourceforge.lists.courier-users

Graham Leggett writes:

Is there a way of increasing the debug information to a useful level? I

No.

I have the exact same problem that Graham has. For a while yesterday I seemed to be logging in but getting a Maildir error immediately. In trying to solve that, I seem to have lost ground and get a connection closed error immediately when interactively logging in with: # telnet localhost imap

I am still able to successfully do a qmail-pop/ldap login with: # /home/qmail/bin/qmail-popup localhost /home/qmail/bin/auth_pop pwd

am using courier-imap-1.3.8.2-1.7.1 (RPM).

I am using courier-imap-1.3.8.2.tar.gz on Redhat 7 with OpenLDAP 1.2.11.

The usual suggestion is to post a sample LDAP record, and your authldaprc file, if you can't figure it out.

Instead of looking at the LDAP logs for the moment, I would appreciate it if you would take a look at my startup run files. I am using the new Life with Qmail startup methods under /service. I don't think I have found an example of a courier-imap run file other than one post in the archives about courier-imap/popbull that I used as a basis for this run file.

:::::::::::::: courier-imap/run :::::::::::::: #!/bin/sh

VMAILUID=`/usr/bin/id -u vmail` VMAILGID=`/usr/bin/id -g vmail`

prefix=/usr/lib/courier-imap

. ${prefix}/etc/imapd . ${prefix}/etc/imapd-ssl

exec /usr/local/bin/softlimit -m 2000000 \ /usr/local/bin/tcpserver -v -H -P -R -l 0 -u "$VMAILUID" -g "$VMAILGID" \ -c 100 0 143 \ ${prefix}/sbin/imaplogin \ ${prefix}/libexec/authlib/auth_imap \ ${prefix}/bin/imapd Maildir 2>&1

:::::::::::::: qmail-pop3d/run :::::::::::::: #!/bin/sh exec /usr/local/bin/softlimit -m 2000000 \ /usr/local/bin/tcpserver -v -H -P -R -l 0 -u0 -g0 0 110 \ /home/qmail/bin/qmail-popup fqdn \ /home/qmail/bin/auth_pop /home/qmail/bin/qmail-pop3d Maildir 2>&1

:::::::::::::: qmail-send/run :::::::::::::: #!/bin/sh # Clean up environment for qmail-local # Using qmail-local to deliver user's email to $HOME/Maildir/ by default # Using stdout for logging exec env - PATH="/home/qmail/bin:$PATH" qmail-start ./Maildir/

:::::::::::::: qmail-smtpd/run :::::::::::::: #!/bin/sh

QMAILDUID=`/usr/bin/id -u qmaild` NOFILESGID=`/usr/bin/id -g qmaild` MAXSMTPD=`cat /home/qmail/control/concurrencyincoming` exec /usr/local/bin/softlimit -m 2000000 \ /usr/local/bin/tcpserver -v -H -P -R -l 0 -u "$QMAILDUID" -g "$NOFILESGID" \ -x/etc/tcp.smtp.cdb -c "$MAXSMTPD" 0 smtp \ /usr/local/bin/fixcrio /home/qmail/bin/qmail-smtpd 2>&1