[sork] {Sork} Vacation and Fowards
X DTA
dtarock1356 at yahoo.com
Mon Mar 24 10:09:50 PST 2003
I am having trouble getting this two to work. I think I set up everything correctly. My coworkers have the same problem and their configurations are similiar to mine. Could anyone please enligthen me with what im doing wrong? Thank you very much. Sorry im a newbie at all this.
I am running MYSQL for the back end.
Foward -
My error msg is "Failure in setting forward : The module is not properly configured! "
Here is a copy of my config file (shorten version)
* forwards Configuration File
$conf['server']['driver'] = 'forwards';
$conf['server']['params'] = array();
$conf['server']['params']['default'] = array(
'host' => 'localhost',
'port' => 21);
// For sql we use usual horde sql settings plus some more:
$conf['server']['params'] = array();
$conf['server']['params']['phptype'] = 'mysql';
$conf['server']['params']['hostspec'] = 'localhost';
$conf['server']['params']['username'] = 'username';
$conf['server']['params']['password'] = 'password';
$conf['server']['params']['altemail'] = 'alternative_email_column_name';
$conf['server']['params']['forward'] = 'email_forward_y_or_n';
$conf['server']['params']['database'] = 'horde';
$conf['server']['params']['table'] = 'users_table';
$conf['server']['params']['user_col'] = 'column_which_contains_usernames';
$conf['server']['params']['pass_col'] = 'column_with_passwords';
$conf['user']['refused'] = array('root','bin','daemon','adm','lp','shutdown',
'halt','uucp','ftp','anonymous','nobody','httpd','operator','guest',
'diginext','bind','courier','cyrus','games','kmem','mailnull','man',
'mysql','news','postfix','sshd','tty','www');
Vacation -
My error msg is "Failure in modifying vacation notice: Server connection failed "
Here is a copy of my config file. (shorten version)
* vacation Configuration File
$conf['server']['driver'] = 'forwards';
$conf['server']['params'] = array();
$conf['server']['params']['default'] = array(
'host' => 'localhost',
'port' => 21
);
$conf['vacation']['path'] = '/usr/local/bin/vacation';
$conf['server']['params']['dbtype'] = 'empty';
// For sql driver, we need to define the database info.
$conf['server']['params'] = array();
$conf['server']['params']['phptype'] = 'mysql';
$conf['server']['params']['hostspec'] = 'localhost';
$conf['server']['params']['username'] = 'username';
$conf['server']['params']['password'] = '************';
$conf['server']['params']['vacation'] = 'vacation'; // y/n ENUM
$conf['server']['params']['message'] = 'vacation_msg';
$conf['server']['params']['subject'] = 'vacation_sub';
$conf['server']['params']['database'] = 'users';
$conf['server']['params']['table'] = 'users';
$conf['server']['params']['user_col'] = 'user';
$conf['server']['params']['pass_col'] = 'password';
$conf['user']['refused'] = array('root','bin','daemon','adm','lp','shutdown',
'halt','uucp','ftp','anonymous','nobody','httpd','operator','guest',
'diginext','bind','courier','cyrus','games','kmem','mailnull','man',
'mysql','news','postfix','sshd','tty','www');
$conf['menu']['apps'] = array();
Horde Versions
Horde: 2.2.1
IMP: 3.2 (run IMP tests)
Turba: 1.2
Kronolith: 1.0
Mnemo: 1.1
Nag: 1.1
Accounts: 2.1
Passwd: 2.2
Vacation: 2.2
Forwards: 2.2
PHP Version
View phpinfo() screen
PHP Version: 4.2.2
PHP Major Version: 4.2
PHP Minor Version: 2
PHP Version Classification: release
You are running a supported version of PHP.
PHP Module Capabilities
DOM XML Support: Yes
Gettext Support: Yes
IMAP Support: Yes
LDAP Support: Yes
MCAL Support: No
Mcrypt Support: No
MySQL Support: Yes
PostgreSQL Support: Yes
XML Support: Yes
Miscellaneous PHP Settings
magic_quotes_runtime disabled: Yes
file_uploads enabled: Yes
safe_mode disabled: Yes
trans_sid disabled: Yes
PHP Sessions
Session counter: 1
To unregister the session: click here
PEAR
PEAR - Yes
Recent PEAR - Yes
Mail - Yes
Mail_Mime - Yes
Log - Yes
DB - Yes
Net_Socket - Yes
Date - Yes
HTML_Common/HTML_Select - Yes
---------------------------------
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
More information about the sork
mailing list