Koozali.org: home of the SME Server

Web Mail fails after upgrade to 4.1

Joe Gardner

Web Mail fails after upgrade to 4.1
« on: February 19, 2001, 04:05:22 PM »
Upgraded my 4.0x system to 4.1 (chose the upgrade option) and now my web mail seems to have failed.  When I go to the old URL with www.mydomain.com/horde/imp I simply get a listing of what is in those directories.  I was under the impression that 4.1 was changing the URL to www.mydomain.com/webmail but this does not seem to be the case.

Any clues??

Regards,

Joe

Jason Miller

Re: Web Mail fails after upgrade to 4.1
« Reply #1 on: February 19, 2001, 05:52:03 PM »
There was no webmail in 4.0 or 4.0.1.

4.1 does use the www.mydomain.com/webmail alias, but you have to turn it on first from the e-smith manager.  Its disabled by default.  Though it shouldn't be showing the contents of the directory (I suspect that is because of a previously modified server having webmail installed) - it should show an error that it is not enabled.

Go to the 'Other Mail Settings' panel on the e-smith manager and enable webmail, that should fix it.

Joe Gardner

Re: Web Mail fails after upgrade to 4.1
« Reply #2 on: February 20, 2001, 03:21:05 AM »
Jason Miller wrote:
>
> There was no webmail in 4.0 or 4.0.1.
>
> 4.1 does use the www.mydomain.com/webmail alias, but you have
> to turn it on first from the e-smith manager.  Its disabled
> by default.  Though it shouldn't be showing the contents of
> the directory (I suspect that is because of a previously
> modified server having webmail installed) - it should show an
> error that it is not enabled.
>
> Go to the 'Other Mail Settings' panel on the e-smith manager
> and enable webmail, that should fix it.

Thanks Jason found it and yes I had installed the web-mail in 4.0x.  Now the problem is that it comes back and gives me

Warning: Access denied for user: 'hordemgr@localhost" (Using password: YES) in /home/httpd/horde-phplib/db_mysql.inc on line 73


Thanks,

Joe

Dan Brown

Re: Web Mail fails after upgrade to 4.1
« Reply #3 on: February 20, 2001, 03:25:15 AM »
This is because you changed the default password for the hordemgr user before, but e-smith keeps the default password.  To fix, do this:

# mysql
mysql> grant all on horde.* to hordemgr@localhost identified by 'hordemgr';
mysql> quit
# mysqladmin reload

Joe Gardner

Re: Web Mail fails after upgrade to 4.1
« Reply #4 on: February 20, 2001, 03:56:31 AM »
Kewl,

That did the trick.

Thanks