[sork] Vacation 3.0-r1 Issues

Carl Hultay chultay at auricnet.ca
Fri Mar 17 11:43:25 PST 2006


Straight to the point:

Using Horde-H3, IMP Backend for Logins, Gollem works for FTP to
LOCALHOST
Users have their own /home/user-name
There are NO Vhosts, this is all Local Users
Yes, Vacation works on my system, and is located
in /usr/local/bin/vacation
I checked the logs, but there are no log entries for the vacation
program, or anything negative at all for that matter

Just installed Vacation, here is my config file:

<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: vacation/config/conf.xml,v 1.12 2005/10/25 11:41:57 jan Exp $
$conf['vacation']['path'] = '/usr/bin/vacation';
$conf['vacation']['default'] = 'Subject: ' . _("On vacation message") .
"\n" . _("I'm on vacation and will not be reading my mail for a
while.") . "\n" . _("Your mail will be dealt with when I return.") .
"\n";;
$conf['vacation']['subject'] = true;
$conf['server']['params']['default']['host'] = 'localhost';
$conf['server']['params']['default']['port'] = 21;
$conf['server']['params']['default']['pasv'] = false;
$conf['server']['params']['default']['hordeauth'] = 'full';
$conf['server']['params']['default']['norealm'] = false;
$conf['server']['params']['default']['dbtype'] = 'empty';
$conf['server']['driver'] = 'forwards';
$conf['aliases']['show'] = true;
$conf['aliases']['driver'] = 'none';
$conf['user']['refused'] = array('root', 'bin', 'daemon', 'adm', 'lp',
'shutdown', 'halt', 'uucp', 'ftp', 'anonymous', 'nobody', 'httpd',
'operator', 'guest', 'diginext', 'bind', 'cyrus', 'courier', 'games',
'kmem', 'mailnull', 'man', 'mysql', 'news', 'postfix', 'sshd', 'tty',
'www');
$conf['menu']['apps'] = array();
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */

Here is the error message shown immediately after loading the Vacation
Module:

Notice: Uninitialized string offset: 1
in /var/www/localhost/htdocs/horde/vacation/main.php on line 144
Notice: Uninitialized string offset: 2
in /var/www/localhost/htdocs/horde/vacation/main.php on line 145
Warning: Cannot modify header information - headers already sent by
(output started
at /var/www/localhost/htdocs/horde/vacation/main.php:144)
in /var/www/localhost/htdocs/horde/vacation/templates/common-header.inc
on line 4
Warning: Cannot modify header information - headers already sent by
(output started
at /var/www/localhost/htdocs/horde/vacation/main.php:144)
in /var/www/localhost/htdocs/horde/vacation/templates/common-header.inc
on line 5

Here is the error message shown when I click on 'Submit' to remove the
existing away message, which does not show in the fields, by the way:

Failure in removing vacation notice: Unable to delete VFS file
".forward". Maybe you didn't have a vacation notice installed?
Your vacation notice is currently enabled.

I haven't configured anything, I just went through the horde Setup app,
and configured it through there, since I have no idea what else needs
configuring to get this rolling.


More information about the sork mailing list