Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: linuxcrash on October 27, 2010, 09:04:23 AM

Title: hmail_password using DCOM for remote machine?!
Post by: linuxcrash on October 27, 2010, 09:04:23 AM
Does anybody has an input on how I need to setup the hmail_password plugin if I have my hmailserver (hostname: hmail01) running on one vm and the roundcube webmail system (webmail01) on another vm?

For me it seems that the COM call:
Code: [Select]

$obApp = new COM("hMailServer.Application");

Is not recognized by the webmail01 server as it has no such component registered. For me this should be a remote call to the real hmailserver host and connect remotely to the dcom obejct of that server but I have no clue how to adapt the plugin to include this scenario!

Any help would be greatly appreciated.