on 5/1/01 11:35 AM, John Stile at [EMAIL PROTECTED] wrote:
> Now I have Qmail+vpopmail+sqwebmail+qmailadmin, and I added
> courier-imap, but it will not authenticate.
>
> From my Netscape MUA I have pop3 settings that work on the same server
> (pop3server=mail.domian.com, user=<user>%virtual.domain.com), but the
> same settings do not work for IMAP.
> I am prompted for passwd for the user, and it says "Login Failed"
>
> I tried to force courier-imap to use vpopmail's authentication module,
> by editing /usr/lib/courier-imap/etc/imapd, and specifying only:
> AUTHMODULES="authvchkpw".
>
> I know it is running.
> /usr/sbin/lsof -i tcp |grep courier
> couriertc 21115 root 5u IPv4 231384 TCP *:imap2 (LISTEN)
>
> It keeps saying "Login Failed" from my MUA.
>
> /var/log/maillog shows an error, but I don't know what to make of it
> yet:
> May 1 07:15:41 mother imapd: Connection, ip=[::ffff:192.168.0.10]
> May 1 07:15:59 mother imapd: LOGOUT, ip=[::ffff:192.168.0.10]
> May 1 07:20:35 mother imapd: Connection, ip=[::ffff:192.168.0.10]
> May 1 07:20:50 mother imapd: LOGIN FAILED, ip=[::ffff:192.168.0.10]
> May 1 07:23:57 mother imapd: Connection, ip=[::ffff:192.168.0.10]
> May 1 07:23:58 mother imapd: LOGOUT, ip=[::ffff:192.168.0.10]
> May 1 07:24:13 mother imapd: Connection, ip=[::ffff:192.168.0.10]
> May 1 07:24:25 mother imapd: LOGIN FAILED, ip=[::ffff:192.168.0.10]
> May 1 01:11:22 mother imapd: LOGOUT, ip=[::ffff:192.168.0.10]
Use an "@" instead of a "%". Netscape will be OK with this if it's IMAP.
Also, if you're using Netscape, you might want to try compiling with
"--enable-workarounds-for-imap-client-bugs". There's some info in the
ChangeLog about it.
-Bill