Finally, I'm able to change vpopmail password via Roundcube. I use password plugin embedded in Roundcube. This is my configuration (config.inc.php):
$rcmail_config['password_driver'] = 'sql';
$rcmail_config['password_db_dsn'] = 'mysql://vpopmail:your_vpopmail_password@localhost/vpopmail';
$rcmail_config['password_query'] ='update your_domain set pw_passwd=ENCRYPT(%p,concat(_utf8\'$1$\',right(md5 (rand()),,_utf8\'$\')),pw_clear_passwd=%p where pw_name=%l';
Hope this can be useful


LinkBack URL
About LinkBacks



Reply With Quote
,_utf8\'$\')),pw_clear_passwd=%p where pw_name=%l';

assword@localhost/vpopmail';
