Hi,

I'm working on setting up a new courier-imapd, using version 2.12 on redhat 9.

I'm having trouble logging in:

(from /var/log/maillog:)
Oct 22 14:26:22 dotfix imapd-ssl: Connection, ip=[127.0.0.1]
Oct 22 14:26:28 dotfix imapd-ssl: LOGIN: DEBUG: ip=[127.0.0.1], command=LOGIN
Oct 22 14:26:28 dotfix imapd-ssl: LOGIN: DEBUG: ip=[127.0.0.1], username=test
Oct 22 14:26:28 dotfix imapd-ssl: LOGIN: DEBUG: ip=[127.0.0.1], password=password*
Oct 22 14:26:43 dotfix imapd-ssl: LOGIN FAILED, ip=[127.0.0.1]

the config files are the dist version, except imapd, where I turned
debug up to 2.  The only thing that jumps out at me is the 15 second
delay in rejecting the password.  I thought that authdaemon might not
be running, but:


# ps axwu|grep imap

root     11244  0.1  2.0 33416 21056 pts/0   T    14:13   0:01 xemacs etc/imapd
root     11419  0.0  0.1  3824 1092 ?        S    14:26   0:00 
/usr/lib/courier-imap/libexec/authlib/authdaemond.pgsql start
root     11425  0.0  0.0  1460  496 ?        S    14:26   0:00 
/usr/lib/courier-imap/libexec/couriertcpd -address=0 
-stderrlogger=/usr/lib/courier-imap/libexec/courierlogger -stderrloggername=imapd-ssl 
-maxprocs=40 -maxperip=4 -pid=/var/run/imapd-ssl.pid -nodnslookup -noidentlookup 993 
/usr/lib/courier-imap/bin/courier
root     11430  0.0  0.1  3924 1328 ?        S    14:26   0:00 
/usr/lib/courier-imap/libexec/authlib/authdaemond.pgsql start
root     11431  0.0  0.0  1360  408 ?        S    14:26   0:00 
/usr/lib/courier-imap/libexec/courierlogger imapd-ssl
root     11441  0.0  0.0  3576  644 pts/0    S    14:27   0:00 grep imap

Any advice on where to look?  Are there other debug flags I can turn on?
Oh, I'm using openssl as the client:

# openssl s_client -connect localhost:993
(ssl drivel eliminated)
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT 
THREAD=REFERENCES SORT QUOTA IDLE AUTH=PLAIN] Courier-IMAP ready. Copyright 1998-2003 
Double Precision, Inc.  See COPYING for distribution information.
0 login test password*
0 NO Login failed.



Adam





-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to