On Tuesday, June 25, 2002, at 11:06 AM, Antony Dovgal wrote: > So ? > Can anybody who have all this stuff working show configs ? > Or there is no such people at all ?
Most likely, it is your config file that is in error. Showing you our working config would only confuse you more, since it's customized for our set-up. You would be better served by posting your faulty configuration. The most common errors seem to be: * Wrong location set for MYSQL_SOCKET * Trailing spaces on database, table, and field names * Using the clear password without setting MYSQL_CLEAR_PWFIELD (or crypt without setting MYSQL_CRYPT_PWFIELD) * Forgetting to restart authdaemond after changing authmysqlrc Turn on mysqld's logging and look at the output from an attempted connection. If mysqld does not log anything for the connection, your config file has one or more of: the wrong socket, the wrong server, the wrong database username, the wrong database password, or the wrong database. If it logs a SELECT statement, but the LOGIN fails, then either you do not have the correct field names set (see crypt/clear above) or you have the wrong login-id/password in the database or at the client. There are other places you can go wrong, but those are high on the "most likely" list. You should also read the authlib/README.authmysql.html file in the source distribution. --Bill ------------------------------------------------------- This sf.net email is sponsored by: Jabber Inc. Don't miss the IM event of the season | Special offer for OSDN members! JabConf 2002, Aug. 20-22, Keystone, CO http://www.jabberconf.com/osdn _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
