But I have been unsuccessful in trying to get exchange to work over the
internet with Proxy Server 2.0
I've set the two registry keys
MSExchangeDS -> Parameters -> TCP/IP = XXXA
MSExchangeIS -> ParametersSystem -> TCP/IP = XXXB
And I have my wspcfg.ini
[STORE]
ServerBindTcpPorts=110,143,XXXB
Persistent=1
KillOldSession=1
ForceCredentials=1
[DSAMAIN]
ServerBindTcpPorts=389,XXXA
Persistent=1
KillOldSession=1
ForceCredentials=1
[MAD]
ServerBindTcpPorts=135
Persistent=1
KillOldSession=1
ForceCredentials=1
There are several articles on http://search.support.microsoft.com, but they
all say - set the IS & DS to have static ports & map the ports to the proxy.
But they don't have "Proxy Server" specific notes (or even ISA Server
notes). Am I missing something¿ Am I doing something wrong¿
With Proxy Server, mapping is done with the wspcfg.ini, right¿
I did configure POP3,IMAP,LDAP, and SMTP to work with the wspcfg.ini files.
Maybe I'm mapping the IS & DS to the wrong programs.
IS = Information Store = STORE.EXE
DS = Directory Store = DSAMAIN.EXE
I'm kinda guessing with the MAD.EXE for port 135. I tried it on the IS,
but that didn't seem to help.
With this setup, I can telnet into the external ports
telnet ip 25 = 220 FQDN ESMTP Server (Microsoft Exchange Internet Mail
Service 5.5.2653.13) ready
telnet ip 135 = connect (no output - blank console)
telnet ip XXXA = connect (no output - blank console)
telnet ip XXXB = connect (no output - blank console)
Even tried to turn off packet filtering, IMAP,POP3, LDAP, & SMTP still work,
but not "Exchange Over the Internet"
Any help would be appreciated.
Thanks
Chris
--
No Email Replies
***********************
"Chris Young" <Chris...@icims.com> wrote in message
news:O3o02D6jAHA.1708@tkmsftngp04...
--
No Email Replies
***********************
"Chris Young" <Chris...@icims.com> wrote in message
news:#zsDgOHkAHA.1396@tkmsftngp03...
> Okay - what if it's not even "over the internet"
>
> What if I just have my Exchange Server in a DMZ - behind Proxy Server - so
> that it is not on the same physical network as my clients.
>
> By default, Outlook connects to Exchange through port 135 - and then two
> dynamic ports are assigned to the client to connect to the
InformationStore
> and the DirectoryStore.
>
> To work across a Proxy - you need to assign static ports to the IS and the
> DS - so that you don't have to open the thousand+ ports that exchange
> "might" use - you only have to open three ports (IS, DS & 135). You could
> assign a static port to the SA if you want to be able to remotely admin -
> but I'm not going for that here
>
> With WinProxy I can connect over the internet.
>
> I'm trying to get this to work with ProxyServer instead of WinProxy
> (different client - different network)
>
> Thanks
> Chris
>
> "Tim Cox" <T...@NoSpamCstone-adv.com> wrote in message
> news:OBN1Xc6jAHA.864@tkmsftngp04...