PDA

View Full Version : vacation feature in horde


kipper3d
01-12-2006, 11:54 AM
Hello,

How do I get the vacation feature in horde to work? does interworx have this disabled or something?

Client wants to allow their users to be able to setup their own autoresponders.

Thanks!

IWorx-Dustin
01-12-2006, 03:31 PM
Hello-

InterWorx does not disable any Horde functionality, everything should be there. If vacation in Horde is not working (i.e. when they click the vacation option in the Mail menu on horde, a blank screen is displayed) it is a bug.

Here is what you can do to fix the bug:
edit /home/interworx/lib/horde/vacation/lib/Driver/interworx.php

and change line 20 from
require_once('/home/interworx/include/database.php');
to
require_ince('/home/interworx/include/IWorxDbUtil.php');

This is fixed in the upcoming point release, but if you do not wish to wait, you can perform the fix above.

--Dustin

kipper3d
01-12-2006, 04:11 PM
thanks that worked!

kipper3d
01-13-2006, 08:39 AM
Heres another one for you Dustin.

Often when I am using Horde, refreshing the list I get the following error:

Proxy Error

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /horde/imp/mailbox.php.

Reason: Error reading from remote server

Apache Server at www.mydomain.com Port 80

Thanks!

IWorx-Chris
01-16-2006, 03:41 PM
We've seen this when using the domain/webmail method of getting at webmail John and haven't nailed it down yet. If you use the direct URL (https://x.x.x.x:2443/webmail) you can get around the issue.

Chris

kipper3d
01-16-2006, 03:46 PM
Thanks Chris,

unfortunately the use of a port in the url isnt an option because im behind a corporate firewall most of the time.