Originally posted by wildcard58
can that linux machine connect to Outlook/Exchange on the windows machine?
Not directly. Exchange server maybe (Novell just released a Linux connector for Exchange). Outlook is just a client. It connects to servers. Clients can not plug into other clients.
Originally posted by wildcard58
is there a way of triggering the COM object remotley.
You could get into PEAR or SOAP. But this would require a PEAR or SOAP listener service to be running on the target Windows computer. I'm not sure you'd find any "off the shelf" apps that will do this. In theory, you could write your own.
Originally posted by wildcard58
i think you can connect the two servers using SSH, cant you?
SSH is a protocol and tool used for a client to securely connect to a server. Notice that a client and server are involved. It means the server will not be able to access the client's resources. Unless of course the client is running an SSH listening service and the server initiates an SSH session. You can find more SSH info here:
http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1