On Mon, February 6, 2006 1:16 pm, Mehmet Fatih AKBULUT wrote: > hi all, how can i learn the authentication type used and enabled plugins > for imap ? [where these datas stored ?] > and am i able to change these or add new plugins ? thanks in advance.
The modules authlib will use are defined in /etc/authlib/authdaemonrc (location may vary on your system). The important setting is authmodulelist="..." by default, all modules are enabled, which means generally that authpam will work and local system users will be able to login. If you're only using one type of auth method like MySQL or LDAP, I recommend you remove all other modules from this list and restart courier-authlib. Jay -- Jay Lee Network / Systems Administrator Information Technology Dept. Philadelphia Biblical University -- ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
