--- ow <[EMAIL PROTECTED]> wrote: > Hi, > > I getting this "Permission denied" error when I'm trying to logon > from > Mozilla. I believe the client account (IMAP) has been set properly. > > Any ideas? Thanks in advance. > > --------------------------------------------------------------- > /va/log/messages > Feb 13 12:47:22 testsrv authdaemond.plain: authdaemon: > modules="authcustom authcram authuserdb authldap authpgsql authpam", > daemons=5 > > /var/log/maillog (debuglevel=2) > Feb 13 12:48:42 testsrv imapd: Connection, ip=[::ffff:127.0.0.1] > Feb 13 12:48:48 testsrv imapd: LOGIN: DEBUG: ip=[::ffff:127.0.0.1], > command=LOGIN > Feb 13 12:48:48 testsrv imapd: LOGIN: DEBUG: ip=[::ffff:127.0.0.1], > username=luser > Feb 13 12:48:48 testsrv imapd: LOGIN: DEBUG: ip=[::ffff:127.0.0.1], > password=goodPasswordHere > Feb 13 12:48:48 testsrv imapd: /opt/courier-imap/bin/imapd: > Permission denied
In case if someone else has similar problem: I was getting "Permission denied" then, after specifying different authentication modules, I was getting "LOGIN FAILED". The short story: Documentation says that Courier-IMAP includes most of the authentication modules by default (except heavy ones). It is my impression that one would be better off if he EXPLICITLY specifies all the auth modules that he wants to be included with the "--withauth<pam, shadow, etc>" option. After I added --withauthpam option, the problem went away. __________________________________________________ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
