+ Reply to Thread
Page 3 of 5 FirstFirst 1 2 3 4 5 LastLast
Results 21 to 30 of 48

Thread: Password plugins

  1. #21
    sumit9451 is offline Registered User
    Join Date
    Feb 2009
    Posts
    16
    Downloads
    0
    Uploads
    0

    Question Hello :( please help me

    YEs i can access it .. i have tried can you send me once again step by step instruction from starting so i can try once again ... please i used simplescript to uplaod roundcube mail script.. this is my mysql server status

    * Server: Localhost via UNIX socket
    * Server version: 5.0.81-community-log
    * Protocol version: 10
    * User: comp35_rnd02@localhost
    * MySQL charset: UTF-8 Unicode (utf

    Web server

    * Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.8k DAV/2 mod_auth_passthrough/2.1 FrontPage/5.0.2.2635
    * MySQL client version: 5.0.81
    * PHP extension: mysqli

  2. #22
    fms
    fms is offline Registered User
    Join Date
    Jun 2009
    Location
    Gramado/RS - Brasil
    Posts
    13
    Downloads
    1
    Uploads
    0

    Default

    Where are your users? on what database?

    Lets say:
    1) your mysql-user: comp35_rnd02
    2) your mysql-password:3aRqSzgezi
    3) your mysql-database: postfix

    So, user comp35_rnd02 should have rights to access postfix database from localhost (assuming RoundCube is running on same machine where mysql is)
    Code:
    #mysql
    mysql> GRANT ALL ON postfix.* TO comp35_rnd02@localhost IDENTIFIED BY '3aRqSzgezi'; FLUSH PRIVILEGES;
    exit
    So, your password-plugin config is something like this:
    /usr/local/www/roundcube/config/password/config.inc.php
    Code:
    $rcmail_config['password_db_dsn'] = 'mysql://comp35_rnd02:3aRqSzgezi@unix(/tmp/mysql.sock)/postfix';
    $rcmail_config['password_query'] = "UPDATE `mailbox` SET `password` = %c, modified=now() WHERE `username` = %u LIMIT 1";
    Francisco

  3. #23
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,392
    Downloads
    36
    Uploads
    0

    Default

    @fms: The problem of sumit9451 is, that he is using the imap server of his host. His webspace is controlled by cpanel. I don't think that he has access to postfix database. I'm not familiar with cpanel. I don't know if it is even possible to code a suiteable driver for the current password plugin. MySQL - at least with the credential posted by sumit 9451 - has only access to the RoundCube database.
    Regards,
    Rosali

    __________________
    MyRoundcube Project http://myroundcube.googlecode.com
    MyRoundcube Online Demo - Free Email Address http://mail4us.net
    MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
    Mailing List http://mail4us.net/?_action=plugin.nabble

  4. #24
    fms
    fms is offline Registered User
    Join Date
    Jun 2009
    Location
    Gramado/RS - Brasil
    Posts
    13
    Downloads
    1
    Uploads
    0

    Default

    humm ok Rosali.

    In this case, I dont know a solution for him.
    Francisco

  5. #25
    sumit9451 is offline Registered User
    Join Date
    Feb 2009
    Posts
    16
    Downloads
    0
    Uploads
    0

    Question HElllo

    SO tell me the way ... is this not for cpanel .. what you need just tell me so i can find and tell you.. pzzzzzzzzzzzzzz

  6. #26
    sumit9451 is offline Registered User
    Join Date
    Feb 2009
    Posts
    16
    Downloads
    0
    Uploads
    0

    Default HEllo

    i have one idea if you support me ... tell me where should i install roundcube manually and i have full control for cpanel...

  7. #27
    sumit9451 is offline Registered User
    Join Date
    Feb 2009
    Posts
    16
    Downloads
    0
    Uploads
    0

    Question Hello

    This is the change password from cpanel .. if this helps your for me then i am really happy please

    https://host293.hostmonster.com:2083...ertreasure.com

  8. #28
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,392
    Downloads
    36
    Uploads
    0

    Default

    You don't understand the structure:

    RoundCube is a IMAP server client.
    The backend is a IMAP server.
    The IMAP server or a backend of the IMAP server administers users and passwords.
    Really deep insights to your imap server and the user/password administration are necessary to code a php script to jump into it.
    At the moment no skilled php programmer and cpanel user has coded a password change driver ...
    Regards,
    Rosali

    __________________
    MyRoundcube Project http://myroundcube.googlecode.com
    MyRoundcube Online Demo - Free Email Address http://mail4us.net
    MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
    Mailing List http://mail4us.net/?_action=plugin.nabble

  9. #29
    yinzhen is offline Registered User
    Join Date
    Jan 2010
    Posts
    31
    Downloads
    0
    Uploads
    0

    Default problem with passwd change plugin

    hello,

    i use roundcube 0.3.2.30 and have a problem with the Password Plugin. If try to change a Password, there is always the 'internalerror' Message. But if i try out the wrong 'curpasswd' , roundcube detect that it is the wrong psw. and put out the 'passwordincorrect' message.

    Seems like Roundcube cant write to the DB.
    I use mysql, postfix

    There is a error in the log:

    Code:
    apache2: MDB2 Error: not found (-4): _doQuery: [Error message: Could not execute statement] [Last executed query: SELECT update_passwd('qtr$hjhtdjrtdjrdjrtz345z54rt', 'xxxxxxx@xxxxxx.com')] [Native code: 1305] [Native message: FUNCTION roundcubemail.update_passwd does not exist]
    Last edited by yinzhen; 03-05-2010 at 01:16 PM.

  10. #30
    yinzhen is offline Registered User
    Join Date
    Jan 2010
    Posts
    31
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by yinzhen View Post
    hello,

    i use roundcube 0.3.2.30 and have a problem with the Password Plugin. If .......
    uff. a solution.....
    first i discovered that the old changepswd plugin (0.2.1) work. so i copied some lines. but in the end (like first page in this thread) it works with:

    PHP Code:
    $rcmail_config['password_db_dsn'] = 'mysqli://username:gfd534PASSgdfGGERR53@localhost/vmail'
    PHP Code:
    $rcmail_config['password_query'] = "UPDATE `mailbox` SET `password` = %c, modified=now() WHERE `username` = %u LIMIT 1"

+ Reply to Thread
Page 3 of 5 FirstFirst 1 2 3 4 5 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts