Author Topic: change password roundcube under ubuntu with hmailserver under windows PC  (Read 3701 times)

Offline rkmalbacias

  • Newbie
  • *
  • Posts: 1
Hello guys.. This is going to be my first post.. Sorry for duplication.

I have searched around the net about how to enable password change on roundcube that is hosted on an ubuntu machine with hmailserver under windows machine. My set up goes like this:

Ubuntu(Roundcube) , Windows(Mysql, Hmailserver)

I was able to change password with all settings at "localhost". However with I transfer roundcube to Ubuntu it return an error everytime a change password. On the password plugin, below is my configuration:

$config['password_driver'] = 'hmail';

// 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'] = true;
// Windows credentials
$config['hmailserver_server'] = array(
    'Server' => '10.0.0.10 (sample ip)', // hostname or ip address
    'Username' => 'administrator', // windows username
    'Password' => 'password' // windows user password
);

When trying to change password, it would return html server error. Please anybody help me. I really don't know where to look.

Offline SorenR

  • Jr. Member
  • **
  • Posts: 13