Hallo leider bekomme ich dies nicht ganz hin.
Ich vermute das richtige plugin wäre ->
Courier Vacation
http://squirrelmail.org/plugin_view.php?id=187
Ich habe folgendes in der Config eingestellt.
Ich vermute mal dass ich die ganz falsch hab.
<?php
// global variables - don't touch these unless you want to break the plugin
//
global $messageFileName, $subjectFileName, $ccAddressesFileName,
$keepMessagesFileName, $backend;
global $mysql_server, $mysql_user, $mysql_pwd, $mysql_database,
$mysql_home_field, $mysql_table, $mysql_userid_field;
//
// file names...
//
// file in user's directory where vacation message text is kept
//
$messageFileName = 'vacation.txt';
// file in user's directory where vacation message subject is kept
//
$subjectFileName = 'vacation_subject.txt';
// file in user's directory where cc addresses are kept
//
$ccAddressesFileName = 'vacation_cc_addresses.txt';
// file in user's directory that serves as a flag that messages
// should be retained in the local account as well as forwarding copies...
//
$keepMessagesFileName = 'vacation_keep_messages.txt';
//
// backend settings
//
// this setting determines where your user settings are
// stored. currently, only MySQL is supported, although
// that could change...
//
$backend = 'mysql';
//
// MySQL settings
//
// your MySQL server
//
$mysql_server = 'localhost';
// the MySQL user ID
//
$mysql_user = 'root'; <- zum testen dann eigener user das ist aber sicher falsch würde hier mail_id kommen?
// the MySQL user's password
//
$mysql_pwd = 'mypwd';
// the MySQL database that contains email account information
//
$mysql_database = 'ispcp';
// the MySQL table that contains email account information
//
$mysql_table = 'mail_users';
// the MySQL field that contains users' home directory locations
//
$mysql_home_field = 'home'; <- da bin ich mir nicht ganz sicher
// the MySQL field that contains users' IDs
//
$mysql_userid_field = 'userid'; <- da bin ich mir nicht ganz sicher[B
?>
Vielleicht weis jemand ob ich das wenigstens ein bisschen richtig gemacht habe.
folgender Fehler kommt dann im Squi...
Fatal error: Call to undefined function sqgetGlobalVar() in /var/www/ispcp/gui/tools/webmail/plugins/compatibility/includes/1.5.2/global.php on line 942