PDA

View Full Version : Setting up a (proxy?) within IIS


tom_goodacre
2006-11-23, 08:13 AM
Hi,

The web server (providing web mail and admin) built in to MDaemon mail server listens on ports 1000 and 3000. This is usually fine apart from the fact that my workplace blocks most things apart from port 80. Consequently I can’t access my web mail at work. What is the best way to overcome this? Could use IIS (it’s a Windows 2003 server) as a proxy? How would I go about doing this?

Any help is much appreciated.

Tom

chavez
2006-12-06, 23:21 PM
I don't think IIS will do this.

If outbound 80 is all that is allowed, and assuming you need IIS on port 80 of your primary, I suppose you could configure a standard proxy on port 80 of a secondary IP address.
Don't forget that there's usually a reason port restrictions are put in place. ;) Be sure you aren't violating workplace policy by connecting to a web proxy.

KyleMulligan
2006-12-07, 15:32 PM
ISAPI_Rewrite (http://www.isapirewrite.com) can do this.