+ Reply to Thread
Page 2 of 5 FirstFirst 1 2 3 4 ... LastLast
Results 11 to 20 of 48

Thread: Password plugins

  1. #11
    blair.sawler is offline Registered User
    Join Date
    Dec 2007
    Posts
    34
    Downloads
    3
    Uploads
    0

    Default cpanel addons

    Hi

    Has anyone gotten this to work with cpanel? Currently I have .2.2 working with [v0.2] cPanel Addon (Password, Forward & Vacation), by nemesis, but want to upgrade to .3 stable.

    Looking for some guidance..... thanks!

  2. #12
    Big Tom is offline Registered User
    Join Date
    Sep 2009
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default

    I would be interested in that as well. I tried to figure it out on my own but just don't have the php skills or knowledge of how cpanel e-mail works.

    Tom

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

    Default Please help me :)

    Hello i tried this
    I want use it with

    $rcmail_config['password_driver'] = 'sql';

    $rcmail_config['password_db_dsn'] = 'mysql://comp35_rnd02:3aRqSzgezi@localhost/com35_rnd02';

    $rcmail_config['password_query'] = 'UPDATE mailbox SET password=%p WHERE username=%u AND password=%o AND domain=%d LIMIT 1';

    this i get cannot save the password or sometime blank page.. pLease help

  4. #14
    JohnDoh is offline Super Moderator
    Join Date
    May 2007
    Posts
    1,206
    Downloads
    6
    Uploads
    0

    Default

    are you sure you want username=%u and not username=%l? check the rc error log (rc root/logs/) for any info.
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

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

    Exclamation Hello ! PLease help

    Hello i am not getting any error in log,

    I am getting cannot save password !

    Please help me I wil be really thankful to you!

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

    Smile HEllo

    If you need my ftp account for mail i can give But please help Please please it has a week i am trying on ..

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

    Default Hello

    Do i have to create password database in msql if yes then how .. Please provide me steps if possible from starting with database and please...

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

    Default

    Quote Originally Posted by sumit9451 View Post
    Hello i tried this
    I want use it with

    $rcmail_config['password_driver'] = 'sql';

    $rcmail_config['password_db_dsn'] = 'mysql://comp35_rnd02:3aRqSzgezi@localhost/com35_rnd02';

    $rcmail_config['password_query'] = 'UPDATE mailbox SET password=%p WHERE username=%u AND password=%o AND domain=%d LIMIT 1';

    this i get cannot save the password or sometime blank page.. pLease help
    Try this:

    Code:
    $rcmail_config['password_db_dsn'] = 'mysql://<user>:<password>@unix(/tmp/mysql.sock)/<database>';
    $rcmail_config['password_query'] = "UPDATE `mailbox` SET `password` = %c, modified=now() WHERE `username` = %u LIMIT 1";
    In your case:
    Code:
    $rcmail_config['password_db_dsn'] = 'mysql://comp35_rnd02:3aRqSzgezi@unix(/tmp/mysql.sock)/your-database-name';
    $rcmail_config['password_query'] = "UPDATE `mailbox` SET `password` = %c, modified=now() WHERE `username` = %u LIMIT 1";
    Francisco

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

    Default Hello thanks but i tried this also and failed to do that ?

    ITs saying not able to connect database .. Cannot save password. !

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

    Default

    Are you sure
    your login on database
    is "comp35_rnd02"
    and your password is "3aRqSzgezi" ?

    First of all, you should try to assure you can log in and can access the database.

    Try to use heidisql (http://www.heidisql.com) to test if you can connect to the database.
    Last edited by fms; 09-24-2009 at 09:56 PM.
    Francisco

+ Reply to Thread
Page 2 of 5 FirstFirst 1 2 3 4 ... 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