In WAMP, hMailsever and Roundcube works well except Change Password function. I read README in the folder of the password plugin and edit config.inc.php.dist according the instructions.
But it doesn't work. BTW, hMailserver and roundcube run on the same server.
// hMail Driver options
// -----------------------
// Remote hMailServer configuration
// true: HMailserver is on a remote box (php.ini: com.allow_dcom = true)
// false: Hmailserver is on same box as PHP
$config['hmailserver_remote_dcom'] = false;
// Windows credentials
$config['hmailserver_server'] = array(
'Server' => 'localhost', // hostname or ip address
'Username' => 'Administrator', // windows username
'Password' => 'njsstc158' // windows user password
);
DB Error: [1305] FUNCTION roundcubemail.update_passwd does not exist (SQL Query: SELECT update_passwd('$1$CC0wpwS8$5j3j8EP5UetUP.Ws0OC5J1', '
[email protected]')) in D:\roundcubemail-1.1.0\program\lib\Roundcube\rcube_db.php on line 541 (POST /?_task=settings&_action=plugin.password-save?_task=&_action=)
Thanks in advance.
Re-read the README file in password plugin directory:
Quote
1. Configuration
----------------
Copy config.inc.php.dist to config.inc.php and set the options as described
within the file.