Koozali.org: home of the SME Server

need help WebMail problem

Peter S

need help WebMail problem
« 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

guestHH

Re: need help WebMail problem
« Reply #1 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

JB

Re: need help WebMail problem
« Reply #2 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