On Tue, January 31, 2006 8:57 pm, Tom Lee wrote: > I have created the database and tables with passwd. > the necessary changes for authmysqlrc has been done as well. > > do you know where I can find a sample value for the following table?
Unless your installation needs to be extremely secure, you could just put the passwords in the clear coloumn (you would need to modify authmysql, comment out the crypt password setting and uncomment the clear password setting). The advantage is that your server will then be capable of interpreting MD5 encrypted passwords sent by users, plus it's nice to be able to lookup users passwords when need be rather than having to reset them for the user. If you're not comfortable with SQL syntax yet, look at installing phpmyadmin (http:/www.phpmyadmin.net) or one of MySQL.com's gui admin interfaces. 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
