1 (edited by mrcancel 2011-03-09 15:59:04)

Topic: How to config Force Password Change plugin with RoundCube ?

Dear all,
Please help me How to config Force Password Change (force_pass) plugin with RoundCube on iRedMail ?
Link: http://www.roundcubeforum.net/downloads … change-29/

Quote from README file:

To install:
    1 - edit roundcube/config/main.inc.php
    edit/add the following config:

    $rcmail_config['plugins']
    add 'force_pass' to the array. if this array does not exist, add this:
    $rcmail_config['plugins'] = array('force_pass');

    2 - copy the directory force_pass to roundcube/plugins/

    3 - configure the plugin, edit the file
    roundcube/plugins/force_pass/config.inc.php

    edit this line:
    $rcmail_config['password_db_dsn']

    and this line:
    $rcmail_config['dayslimit']

    4 - edit the file roundcube/plugins/force_pass/savepass.php
    set the variable $config.

    5 - edit your postfix database, you will need a new column in the Mailbox
    table:
ALTER TABLE mailbox ADD pass_modifed DATETIME NOT NULL AFTER second_last_password;

    Note: You need to install the pf_password plugin with support to the
    pass_modified column.

Thank you !

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: How to config Force Password Change plugin with RoundCube ?

Have you done the steps as per readme?

3

Re: How to config Force Password Change plugin with RoundCube ?

I dont understand some steps on README : what is database being used ? vmail or roundcube ? And what is pf_password plugin ?