CONFIG/CONFIG.INC.PHP: 

$config['plugins'] = array('attachment_reminder', 'managesieve',
'markasjunk', 'newmail_notifier', 'password',
'show_additional_headers'); 

PLUGINS/PASSWORD/CONFIG.INC.PHP: 

$config['password_driver'] = 'sql';
$config['password_db_dsn'] =
'mysql://vpopmail:YOURPASSWORD@localhost/vpopmail';
$emailuser=$_SESSION['username'];
$domain = split("@",$emailuser);
$dom_table = str_replace(".","_",$domain[1]);
$config['password_query'] = "UPDATE $dom_table SET pw_passwd=%c,
pw_clear_passwd=%p WHERE pw_name=%l LIMIT 1";

I guess those are the main variables, let me know if you need something
more.

Em 2020-09-17 05:43, Biju Jose | WHITES Systems escreveu:

> Hi,
> 
> Can anyone please share the  config.inc.php settings for me to copy the 
> settings to change password from rouncubemail ? 
> 
> TIA 
> 
> BIJU JOSE
> Mobile : 9895 990 272

Reply via email to