Password plugin for hMailServer. I can´t make it works...
I have installed hMailServer 5.3.3-B1879 on a Windows 2003 Server (IP addr: 10.1.0.30) using integrated MySQL database.
I have installed Roundcube 0.8.4 on Windows 2003 Server running IIS 6 (IP addr: 10.1.0.2).
Both servers are in the same network.
This is my roundcube password plugin config.inc.php file:
$rcmail_config['password_driver'] = 'hMail';
$rcmail_config['hmailserver_remote_dcom'] = true;
$rcmail_config['hmailserver_server'] = array(
'Server' => '10.1.0.30', // hostname or ip address
'Username' => 'adminuser', // windows username
'Password' => '*******' // windows user password
);
This is the error when trying to change password: Plugin password (hmail driver): Failed to create COM object `hMailServer.Application\': El servidor RPC no está disponible.
I have enabled DCOM in 10.1.0.30 as it says here:
- Start DCOM config by selecting Start, Run, type dcomcnfg.exe and press OK.
- In the Component Services window, browse to Component Services -> Computers -> My Computer -> DCOM Config
- Right-click hMailServer DCOM config and select Properties from the contextual menu
- On the hMailServer Properties window, select the Security tab
- Under Launch and Activation Permissions, select Customize and click on Edit...
• Launch Permission window will pop up.
- Under Group or user names, click Add...
• For IIS6: add the built-in anonymous IIS user account
Can you help me? Thanks.