Author Topic: hmail_password using DCOM for remote machine?!  (Read 5085 times)

Offline linuxcrash

  • Newbie
  • *
  • Posts: 2
hmail_password using DCOM for remote machine?!
« 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.