I'm having trouble getting courier 3.0.8 to work with vpopmail 5.4.8
(using mysql auth). Qmail-pop3d works, but courier imap gives me "login
failed". 

I tried sending this to the courier list, but I'm having issues
subscribing.

[EMAIL PROTECTED] bswopes]$ telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK <[EMAIL PROTECTED]>
user [EMAIL PROTECTED]
+OK
pass <password>
+OK
quit
+OK
Connection closed by foreign host.
[EMAIL PROTECTED] bswopes]$ telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL  ACL2=UNION
STARTTLS] Courier-IMAP ready. Copyright 1998-2004 Double Precision, Inc.
See COPYING for distribution  information. a login [EMAIL PROTECTED]
<password> a NO Login failed. a logout
* BYE Courier-IMAP server shutting down
a OK LOGOUT completed
Connection closed by foreign host.
[EMAIL PROTECTED] bswopes]$

maillog:
Dec 26 13:34:56 rcs imapd: LOGIN: DEBUG: ip=[::ffff:127.0.0.1],
command=LOGIN
Dec 26 13:34:56 rcs imapd: LOGIN: DEBUG: ip=[::ffff:127.0.0.1],
[EMAIL PROTECTED]
Dec 26 13:34:56 rcs imapd: authvchkpw: starting client module
Dec 26 13:34:56 rcs imapd: vchkpw: domain does not exist
Dec 26 13:34:56 rcs imapd: authvchkpw: REJECT
Dec 26 13:35:01 rcs imapd: LOGIN FAILED, ip=[::ffff:127.0.0.1]

vpopmail config

./configure   \
--disable-roaming-users   \
--enable-logging=p   \
--enable-ip-alias-domains=y \
--disable-passwd   \
--enable-clear-passwd=y   \
--enable-auth-module=mysql   \
--enable-many-domains   \
--enable-auth-logging   \
--enable-mysql-logging   \
--enable-valias \
--enable-domainquotas

courier config

 ./configure   \
--prefix=/usr/local/courier-imap   \
--disable-root-check   \
--without-authpam   \
--without-authldap  \
--without-authpwd   \
--without-authmysql   \
--without-authpgsql   \
--without-authshadow   \
--without-authuserdb   \
--without-authcustom   \
--without-authcram   \
--without-authdaemon   \
--with-authvchkpw   \
--with-ssl


Reply via email to