vacation feature in horde

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!

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

thanks that worked!

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!

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

Thanks Chris,

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