Make sense?
Regards
Clear as glass. I'm afraid however you will need to assign a FQDN to your test machine because (AFAIK) you need an FQDN for proxypass to work. Do you control the DNS records for the primary domain that you currently have set up. If you do, add a temporary subdomain and point it to the test machine and try again. Eg:
If main domain is ourdomain.com -> xxx.xxx.xxx.xx1
Then make DNS record of subdomain exchange.ourdomain.com -> xxx.xxx.xxx.xx2
Then get rid of all your old settings, the ibay named "exchange" and make sure there is nothing in the server left over from the previous tests and do the following commands:
db domains set exchange.ourdomain.com domain
db domains setprop exchange.ourdomain.com Nameservers internet
db domains setprop exchange.ourdomain.com ProxyPassTarget
http://10.1.0.2/exchange/db domains setprop exchange.ourdomain.com TemplatePath ProxyPassVirtualHosts
signal-event domain-create exchange.ourdomain.com
Wait 15 minutes to 24 hours for the DNS to populate and point your browser to
http://exchange.ourdomain.com (note that I made the directive go directly to /exchange so you won't need to type it in the browser.)
Now let me put my 2c worth on this proposed setup. Using http for email is highly insecure and I wouldn't recommend it, especially if the company emails ANY personal information. Using https with proxypass has it's own issues (namely certificate issues). Have you considered VPN?