--- Sam Varshavchik <[EMAIL PROTECTED]> wrote:

> Stephen Liu writes:
> 
> > Nov 18 14:14:44 xen05 authdaemond: supplied password does not match
> > encrypted password
> 
> Password doesn't match. Specify the correct password.
> > Nov 18 14:17:35 xen05 authdaemond: zero rows returned
> > Nov 18 14:17:35 xen05 authdaemond: no password available to compare
> 
> Invalid login ID.


Hi Sam,


Thanks for your advice.


I can't resolve why.  The password and login ID were correct.


# grep MYSQL_CLEAR_PWFIELD /etc/courier/authmysqlrc
MYSQL_CLEAR_PWFIELD     clear

"clear" is selected.


# grep MYSQL_CRYPT_PWFIELD /etc/courier/authmysqlrc
#MYSQL_CRYPT_PWFIELD    crypt

"crypt" is commented out.


Why it uses encrypted password?


[EMAIL PROTECTED] is on maildb (mail database)


There are 2 users on maildb_users table

1)
[EMAIL PROTECTED]
uid=5000
gid=5000
clear=root_password
crypt=sdtrusfX0Jj66 


2)
[EMAIL PROTECTED]
uid=5000
gid=5000
clear=satimis_password
crypt=sdtrusfX0Jj66 


I used [EMAIL PROTECTED] and satimis_password to login.   But it
always complained.  I don't know why.


I ran following command to create [EMAIL PROTECTED] account;

mysql> INSERT INTO users (id,name,maildir,clear) VALUES
    -> ('[EMAIL PROTECTED]','Stephen','Stephen/','satimis_password');
Query OK, 1 row affected (0.00 sec)


[EMAIL PROTECTED] is NOT on mysql database.

$ mysql -u [EMAIL PROTECTED] -p

doesn't not work without password.  Whether I have to create
[EMAIL PROTECTED] with the same password on mysql database before
Evolution can login.


Please help.  TIA


B.R.
Stephen L

Send instant messages to your online friends http://uk.messenger.yahoo.com 

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Courier-imap mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap

Reply via email to