[sork] About Vacation " status "

Jan Schneider jan at horde.org
Fri May 4 08:01:33 UTC 2007


Zitat von Data Leung <data_leung at hotmail.com>:

> Dear List,
>        I have a test enviorment e-mail server which had been install the
> following package .
>
> 1. CentOS 4.4
> 2. Postfix 2.2.10
> 3. Horde 3.1.4
> 4. IMP-H3-4.1.4
> 5. Vacation 3.0.1
>
> And I got a problems which's about " Vacation status "
> I found that EVEN I " enable " or " disable " vacation notice , it's always
> said that " Your vacation notice is currently diabled.
>
> Below is my vacation/config/conf.php
> <?php
> /* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
> // $Horde: vacation/config/conf.xml,v 1.15.2.8 2006/10/13 16:03:33 jan Exp $
> $uid = Auth::getBareAuth();
> #$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['vacation']['from'] = false;
> $conf['server']['params']['default']['host'] = 'localhost';
> $conf['server']['params']['default']['port'] = 389;
> $conf['server']['params']['default']['timeout'] = 0;
> $conf['server']['params']['default']['version'] = '3';
> $conf['server']['params']['default']['basedn'] =
> 'vd=test.com,o=hosting,dc=test,dc=com';
> $conf['server']['params']['default']['userdn'] = 'mail=' . $uid .
> '@strsh.com,vd=strsh.com,o=hosting,dc=test,dc=com';
> $conf['server']['params']['default']['vacation'] = 'vacationInfo';
> $conf['server']['params']['default']['active'] = 'vacationActive';
> $conf['server']['params']['default']['enabled'] = 'TRUE';
> $conf['server']['params']['default']['disabled'] = 'FALSE';
> $conf['server']['params']['default']['uid'] = 'mail';
> $conf['server']['params']['default']['binddn'] =
> 'cn=Manager,dc=test,dc=com';
> $conf['server']['params']['default']['bindpw'] = 'xxx';
> $conf['server']['params']['default']['hordeauth'] = 'full';
> $conf['server']['driver'] = 'ldap';
> $conf['aliases']['show'] = false;
> $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();
>
> Is there anyone could give me some hints how I could debug this problems ?

The vacationActive attribute of your user's LDAP entry is obviously  
not "TRUE".

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/



More information about the sork mailing list