Hi,
I actually have problems with the authpam because I can not get to auth users. When I press authinfo on /var/courier-imap-1.7.0/authlib I get the next:
# ./authinfo
AUTHENTICATION_MODULES="authdaemon"
AUTHDAEMONMODULELIST="authcustom authcram authldap authuserdb authpam"
SASL_AUTHENTICATION_MODULES="CRAM-SHA1 CRAM-MD5 PLAIN LOGIN"
#
The authmodules it says that is authdaemon when I put on the imapd the authpam.
but i have on /usr/lib/courier-imap/etc/imapd the next:##NAME: AUTHMODULES:0 # # Authentication modules. Here's the default list: # # authdaemon # # The default is set during the initial configuration. #
# AUTHMODULES="authdaemon" AUTHMODULES="authpam"
Wrong. You're using authdaemon, so AUTHMODULES must be set to "authdaemon".
And before that:
##NAME: ADDRESS:0 # # Address to listen on, can be set to a single IP address. # # ADDRESS=127.0.0.1
ADDRESS=127.0.0.1
On the pam.conf I have:
# imap auth required /usr/lib/security/$ISA/pam_unix.so try_first_pass imap auth required /usr/lib/security/$ISA/pam_unix.so imap account required /usr/lib/security/$ISA/pam_unix.so imap session required /usr/lib/security/$ISA/pam_permit.so
What could be wrong about the auth I just getting into google but no luck.
See INSTALL. Pay careful attention to the description of the authdaemon module.
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
