Current time: 11-01-2024, 09:33 AM Hello There, Guest! (LoginRegister)


Post Reply 
Roundcube 0.3 Password Changer / Optional Plugin
Author Message
loisl Offline
Junior Member
*

Posts: 101
Joined: Jul 2008
Reputation: 0
Post: #1
Roundcube 0.3 Password Changer / Optional Plugin
Hi

habe gerade eine Blackput bei dem Roundcube 0.3 Password Changer / Optional Plugin http://www.isp-control.net/documentation...or_webmail

Code:
Configure the Plugin

Now we need do config the Plugin

# mv config.inc.php.dist config.inc.php
# vi config.inc.php

Please set now your MySQL Login in the config, and Copy the two Key “ispcp_db_pass_key” and “ispcp_db_pass_iv” from ”/var/www/ispcp/gui/include/ispcp-db-keys.php” into the fields.

Now we only need to enable the Plugin in the main.inc.php

# vi /var/www/ispcp/gui/tools/roundcube/config

And modify it like this:

$rcmail_config['plugins'] = array('ispcp_pw_changer');

also aus der Datei /var/www/ispcp/gui/include/ispcp-db-keys.php die Passkey
$ispcp_db_pass_key = 'irgendWELCHEZeichen';
$ispcp_db_pass_iv = 'irgendWELCHEZeichen';
kopieren und in die Datei:
config.inc.php
unter:
$rcmail_config['password_db_dsn'] = 'mysql://roundcube:........ ---> das Passwort einfügen
$rcmail_config['ispcp_db_pass_key'] = ''; ---> den kopierten Passkey einfügen
$rcmail_config['ispcp_db_pass_iv'] = ''; ---> den kopierten Passkey einfügen

Was soll ich nun unter
# vi /var/www/ispcp/gui/tools/roundcube/config
und wo ist die main.inc.php

Danke schon mal im Voraus
Liebe Grüsse
loisl
03-20-2010 04:00 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Roundcube 0.3 Password Changer / Optional Plugin - loisl - 03-20-2010 04:00 AM

Forum Jump:


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