I followed the manual and installed roundcube. Everything is working fine. I would like to force roundcube password plugin to do some custom settings. For example: // Require the new password to be a certain length. // set to blank to allow passwords of any length $config['password_minimum_length'] = 11; // Require the new password to have at least the specified strength score. // Note: Password strength is scored from 1 (week) to 5 (strong). $config['password_minimum_score'] = 5; I tried adding these to /etc/roundcube/plugins/password/config.inc.php but nothing happens. When i try change my password from roundcube it says that 6 symbols is enough. I would like 11 symbols password. Where should i change this ?
Ok, i found the place. For those who hit the same problem the config file is located here: /var/lib/roundcube/plugins/ispconfig3_pass/config/config.inc.php.dist Just copy to config.inc.php and edit it as you like...