Hi
I have successfully installed the hmail_password plugin. But as soon
as i try to actualy change my password in get the following message:
"! Error uccured while saving"
roundcube & hmailServer are running on the same mashine, so i don't
have to use the dcom..
IIS7, PHP 5.3
What could possibly be the issue here?
I also tried it setting the hmailserver_server to "localhost",
"
www.mysite.com",
mail.mysite.com"..
The config file:
--------------------------------------------------------------------------------------------------------
// Remote hMailServer configuration
// true: HMailserver is on a remote box (php.ini: com.allow_dcom =
true)
// false: Hmailserver is on same box as PHP
$rcmail_config['hmailserver_remote_dcom'] = false;
// Windows credentials
$rcmail_config['hmailserver_server'] = array(
'Server' => '192.168.2.200', // hostname or ip address
'Username' => 'Administrator', // windows username
'Password' => 'XXXXXXXX' // windows user password
);
// user needs current password to perform change request
$rcmail_config['password_confirm_current'] = TRUE;
// password min length (min 6 digitis)
$rcmail_config['password_min_length'] = 6;
--------------------------------------------------------------------------------------------------------