Am Freitag, den 22.07.2005, 14:26 -0500 schrieb [EMAIL PROTECTED]:

> I just realized that the password for the mail user is stored in mysql as
> the result of the MySQL Password function. I previously tried to update
> the password field manually by running:
> 
> update user set Password = encrypt('the-password','the-password') where
> User = 'mail' and Host = 'localhost';
> 
http://dev.mysql.com/doc/mysql/en/set-password.html
> but then mail user cannot login to mysql
> 
> What should I be using as the salt (2nd argument) to the mysql encrypt()
> function?
> 
> Perhaps I am confused about the difference between MySQL system mail user
> and users stored in the mail.accountuser or mail.adminuser
> 
The mysql user is used to get access to the mysql-database. The
useraccounts for the mailsystem are stored IN the "mail" database.

greets
Chris

_______________________________________________
This mailing list is hosted and supported
by bit-heads GmbH | http://www.bit-heads.ch

_______________________________________________
Web-cyradm mailing list
[email protected]
http://www.web-cyradm.org/mailman/listinfo/web-cyradm

Reply via email to