Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Peter S on August 18, 2002, 06:36:02 PM

Title: need help WebMail problem
Post by: Peter S on August 18, 2002, 06:36:02 PM
When trying to access Webmail I get an error message
Warning: Access denied for user: 'hordemgr@localhost' (Using password: YES) in /home/httpd/horde-phplib/db_mysql.inc on line 73

I'm using 5.1.5 server and internet explorer 6.0

Any help appreciated
Title: Re: need help WebMail problem
Post by: guestHH on August 18, 2002, 07:56:07 PM
Hi,

Don't know by heart where, this issue has been answered before. Try to search these forums.

Regards,
guestHH
Title: Re: need help WebMail problem
Post by: JB on August 20, 2002, 09:01:19 AM
This means that your hordemgr password is wrong.  If you are using 5.5, the defaults are horde for username, password and database.

You can see this by looking at /home/httpd/html/horde/config/horde.php

You could always try this from the console

mysql

mysql> GRANT ALL privileges on horde.* TO horde@localhost IDENTIFIED BY "horde";

\q