Roundcube Community Forum

Miscellaneous => Roundcube Discussion => Topic started by: rkmalbacias on February 12, 2016, 12:51:50 AM

Title: change password roundcube under ubuntu with hmailserver under windows PC
Post by: rkmalbacias on February 12, 2016, 12:51:50 AM
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.
Title: Re: change password roundcube under ubuntu with hmailserver under windows PC
Post by: SorenR on February 17, 2016, 11:51:18 AM
Short answer: It will not work.

Long answer: http://stackoverflow.com/questions/1183754/what-is-the-closest-thing-to-windows-com-dcom-in-the-linux-world