Hi all, I've been trying to setup my Solaris 8 machine as a webmail server. I want to use PAM authentication so that I can use user's smb passwords.
I have built imapd w/o pam authentication and it works fine but when I try to add pam authentication, it stops letting users connect. I compiled it using: make gso PASSWDTYPE=pmb SSLTYPE=unix (I also tried PASSWDTYPE=pam but saw no difference) I added the following to /etc/pam.conf imap auth sufficient pam_unix_auth.so.1 imap auth required pam_smb_auth.so use_first_pass Do I need to add anything else to pam.conf? Is there a way to debug? I can't seem to connect to imapd when I run it in gdb. I removed the imapd line from /etc/inetd.conf, restarted inetd, then started up gdb with imapd and entered "run". I added break points to checkpw and loginpw but when I try to connect I get "connection refused" as if imapd wasn't running at all. Do I need to bind it to a port or something? Any help on debugging would be great. -- Christopher Huyler [EMAIL PROTECTED] -- ------------------------------------------------------------------ For information about this mailing list, and its archives, see: http://www.washington.edu/imap/c-client-list.html ------------------------------------------------------------------
