Current time: 05-16-2024, 09:58 PM 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
bl4ckr4ptor Offline
Junior Member
*

Posts: 14
Joined: Apr 2008
Reputation: 0
Post: #2
RE: Roundcube 0.3 Password Changer / Optional Plugin
hallo loisl,

füge in der /roundcube/plugins/ispcp_pw_changer/config.inc.php

die beiden key's sowie den DB-Login für deine ISPCP-DB ein.
(Hast du ja schon selbst beschrieben.)

Fügen nun das Plugin PW-Changer in der /roundcube/config/main.inc.php ein.

$rcmail_config['plugins'] = array('ispcp_pw_changer', 'evtl. noch andere plugins');

Das war's auch schon.

gruss bl4cki
03-20-2010 05:21 AM
Visit this user's website Find all posts by this user Quote this message in a reply
loisl Offline
Junior Member
*

Posts: 101
Joined: Jul 2008
Reputation: 0
Post: #3
RE: Roundcube 0.3 Password Changer / Optional Plugin
@bl4ckr4ptor

DANKE
ja so dachte ich mir das ja auch,
aber entweder ist das HowTo zu lang, zu umständlich oder ich bin nicht fit

Beste Dank nochmal
Grüsse loisl
03-20-2010 05:37 AM
Visit this user's website Find all posts by this user Quote this message in a reply
totototo Away
Junior Member
*

Posts: 183
Joined: May 2007
Reputation: 0
Post: #4
RE: Roundcube 0.3 Password Changer / Optional Plugin
hallo,

ich will hier mal nach haken, ich hab meine RC6 auf Roundcube 0.3.1 upgedatet und habe den Password_changer wie im Englischen HowTo beschrieben, installiert.

Im RC (roundcube) wird auch der Reiter unter einstellung angezeigt, aber sobald ich ein neues passwort eingebe und speicher, erhalte ich die meldung das das passwort nicht geändert wurde.

Den Apache und mysql server wurden neu gestartet.....
Bin jetzt doch ein wenig ratlos......

Die einstellung wurde wie auch weiter oben in den beiträgen mehrfach überprüft, keine änderung.
(This post was last modified: 04-12-2010 11:28 PM by totototo.)
04-12-2010 02:40 AM
Find all posts by this user Quote this message in a reply
totototo Away
Junior Member
*

Posts: 183
Joined: May 2007
Reputation: 0
Post: #5
RE: Roundcube 0.3 Password Changer / Optional Plugin
liegt es eventuell an meiner alten RC 6 version?
04-12-2010 11:28 PM
Find all posts by this user Quote this message in a reply
TheCry Away
Member
***

Posts: 851
Joined: Oct 2008
Reputation: 21
Post: #6
RE: Roundcube 0.3 Password Changer / Optional Plugin
Es kann möglich sein, das dies an der Version liegt.
Aber es kann auch sein dass Du den falschen password_changer genommen hast.
Einer ist für dovecot und der andere für courier!
04-13-2010 12:07 AM
Find all posts by this user Quote this message in a reply
totototo Away
Junior Member
*

Posts: 183
Joined: May 2007
Reputation: 0
Post: #7
RE: Roundcube 0.3 Password Changer / Optional Plugin
Hallo,

ich hab den wie in der wiki beschreibung von dieser stelle geladen

wget http://www.deluxe-styles.de/ispcp/ispcp_...ger.tar.gz

weis jetzt allerdings nicht ob das für dovecot oder courier ist....
sollte man noch ergänzen.
(This post was last modified: 04-13-2010 04:49 AM by totototo.)
04-13-2010 04:48 AM
Find all posts by this user Quote this message in a reply
TheCry Away
Member
***

Posts: 851
Joined: Oct 2008
Reputation: 21
Post: #8
RE: Roundcube 0.3 Password Changer / Optional Plugin
Das ist die Version für Dovecot... Das weiss ich, weil BeNe Dovecot einsetzt und das auch die erste Version war die veröffentlicht wurde...
Die Version für Courier kam später.
Lies den Thread:
http://www.isp-control.net/forum/thread-...l#pid61500
04-13-2010 04:58 AM
Find all posts by this user Quote this message in a reply
totototo Away
Junior Member
*

Posts: 183
Joined: May 2007
Reputation: 0
Post: #9
RE: Roundcube 0.3 Password Changer / Optional Plugin
hallo,

hab nun die courier version installiert und die rechte geändert.
jetzt zeigt er mir zwar an das das passwort geändert wurde aber bei einen neuen login komm ich nicht mehr mit dem neuen passwort drauf.

so wie es aussieht wird das neue passwort nicht in die DB übernommen.

wie gesagt, ist halt noch die alte ispcp RC6.....
wenn ich nicht so gute werbekunden drauf hätte, würde ich am liebsten auf 1.0.5 updaten, trau mich aber nichtBig GrinBig Grin...
04-13-2010 06:31 AM
Find all posts by this user Quote this message in a reply
ZooL Offline
Moderator
*****
Moderators

Posts: 3,429
Joined: Jan 2007
Reputation: 79
Post: #10
RE: Roundcube 0.3 Password Changer / Optional Plugin
könnte an der verschlüsselung liegen die es seid RC7 gibt...

mfg
04-13-2010 10:40 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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