Hi, I'm trying to switch from uw-imap to courier-imap, and I'm having problem with user authentication. User authentication is done through nss_ldap to the active directory. The users can login to the system fine, smtp auth is working, and uw-imap auth was also working. After installing courier-imap, I can't get any imap authentication to work.
I've compiled it with the following options: ./configure --prefix=/usr --without-ipv6 --with-redhat --enable-unicode \ --enable-workarounds-for-imap-client-bugs --with-trashquota --with-authpam \ --without-authuserdb --without-authcram --without-authvchkpw --without-authldap \ --without-authmysql --without-authpgsql --without-authcustom Authdaemond is working, with plain login. Here are the messages that I'm getting: Jun 10 13:41:28 mea-webservices imap(pam_unix)[22371]: check pass; user unknown Jun 10 13:41:28 mea-webservices imap(pam_unix)[22371]: authentication failure; logname= uid=0 euid=0 tty= ruser= rhost= Here are my pam.d files for smtp and imap (to compare): # cat imap #%PAM-1.0 auth required pam_stack.so service=system-auth account required pam_stack.so service=system-auth # cat smtp #%PAM-1.0 auth required pam_stack.so service=system-auth account required pam_stack.so service=system-auth I also see the requests on the AD server, but not any errors... Basically, unless something else needs to be compiled in, I really don't see where the problem is... Any information would be appreciated. Thanks a lot, Steve Johnson ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
