Thanks Juri, you gave me renewed hope, and Adam gave me the means to ensure I was looking at an authentication problem. The long and short of it is I must have been tired and missed something on previous attempts. I changed the authmodulelist to authpam as you suggested, and as I had done in the past, telnet'd to port 143 and successfully logged in. Then I started up Outlook Express and successfully logged in. I don't know what I did differently. The only thing I can think of is that I previously didn't have INBOX specified in my root folder path in Outlook in combination with the authpam.
Oh well. On to the next problem. Thanks all. Greg -----Original Message----- From: Juri Haberland [mailto:[EMAIL PROTECTED]] Sent: February 20, 2002 8:45 AM To: '[EMAIL PROTECTED]' Subject: Re: [courier-users] Failed authentication (any kind) on RH 7.2 - postfix - Courier IMAP Greg Hodgins wrote: > Anyhow, I can not seem to authenticate through Outlook Express. I get the > following in /var/log/maillog > > Feb 20 00:02:12 gateway imapd: Connection, ip=[::ffff:192.168.1.2] > Feb 20 00:02:17 gateway imapd: LOGIN FAILED, ip=[::ffff:192.168.1.2] > Feb 20 00:02:17 gateway imapd: DISCONNECTED, ip=[::ffff:192.168.1.2], [SNIP] > I have tried the commented out original authmodulelist in authdaemonrc > below, as well as changing it to just authpam, just authshadow, and finally > just authpwd. None work. I am restarting the daemon between each change. I > have also included my imap PAM file below. Can anyone provide any > guidance/help? > > Thanks very much. > > authdaemonrc [SNIP] > authmodulelist="authpwd" Should be: authmodulelist="authpam" if you want to use PAM (works here ;) > /etc/pam.d/imap [snip] Looks good, but make sure it has the right permissions and ownership: [root@muli root]# ls -l /etc/pam.d/imap -rw-r--r-- 1 root root 474 Feb 14 13:04 /etc/pam.d/imap Cheers, Juri -- If each of us have one object, and we exchange them, then each of us still has one object. If each of us have one idea, and we exchange them, then each of us now has two ideas. _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
