Current time: 06-24-2024, 05:02 AM Hello There, Guest! (LoginRegister)


Post Reply 
Autoresponder im Webmail integrieren
Author Message
Stefan_1982 Offline
Junior Member
*

Posts: 27
Joined: Sep 2009
Reputation: 0
Post: #7
RE: Autoresponder im Webmail integrieren
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. Sad


<?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. Wink
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
(This post was last modified: 09-24-2009 04:14 PM by Stefan_1982.)
09-24-2009 04:07 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Autoresponder im Webmail integrieren - Stefan_1982 - 09-24-2009 04:07 PM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)