Oh, well for that, my guess would be activesync needs to speak to /[Aa]utodiscover and /Microsoft-Server-ActiveSync... I'm sure Microsoft has a doc on it somewhere.
Joe > -----Original Message----- > From: Michael St. Laurent [mailto:[email protected]] > Sent: Wednesday, January 19, 2011 3:39 PM > To: [email protected] > Subject: RE: [Pound Mailing List] RE: Errr, em... I mean RPC over HTTP > config > > Here is the config file I have so far. I'm sure that I'm missing stuff > for RPC over HTTP but the OWA config is complete and working. I really > need to know what to put into the URL match string and the HeadRequire > for instance. > > User "nobody" > Group "nobody" > RootJail "/usr/share/pound" > LogLevel 2 > > ListenHTTP > Address 216.237.48.18 > Port 80 > Service "sslredir" > HeadRequire "Host: owa.hartwellcorp.com.*" > Redirect "https://owa.hartwellcorp.com/exchange" > End > End > > ListenHTTPS > Address 216.237.48.18 > AddHeader "Front-End-Https: on" > Port 443 > Cert "/etc/pki/tls/certs/pound-new.pem" > Ciphers > "ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL" > # Allow WebDAV and MS extensions > xHTTP 4 > Service "exchange" > URL "^/exchange|^/exchweb" > HeadRequire "Host: owa.hartwellcorp.com.*" > BackEnd > Address 10.11.10.14 > Port 80 > End > End > Service "rpc" > URL "^/rpc" > HeadRequire "Host: owa.hartwellcorp.com.*" > BackEnd > Address 10.11.10.14 > Port 80 > TimeOut 300 > End > End > Service "exchangeredir" > HeadRequire "Host: owa.hartwellcorp.com.*" > Redirect "https://owa.hartwellcorp.com/exchange" > End > End > > > -----Original Message----- > > From: Joe Gooch [mailto:[email protected]] > > Sent: Wednesday, January 19, 2011 12:04 PM > > To: [email protected] > > Subject: [Pound Mailing List] RE: Errr, em... I mean RPC over HTTP > config > > > > Did you set xHTTP 4 in the listener configuration? > > > > Joe > > > > > -----Original Message----- > > > From: Michael St. Laurent [mailto:[email protected]] > > > Sent: Wednesday, January 19, 2011 2:57 PM > > > To: [email protected] > > > Subject: [Pound Mailing List] Errr, em... I mean RPC over HTTP > config > > > > > > What I meant to say in that last post is that I need to get RPC > over > > > HTTP working for Outlook and I was hoping that someone would kindly > > > post > > > their Pound config file for that. > > > > > > I already have OWA working but RPC over HTTP for Outlook has been > > > stubborn. I've just upgraded to Pound-2.5 in hopes that the new > > > BackEnd > > > HTTPS stuff will be helpful for this. > > > > > > -- > > > Michael St. Laurent > > > IT Department > > > Hartwell Corporation > > > > > > > > > > > > -- > > > To unsubscribe send an email with subject unsubscribe to > > > [email protected]. > > > Please contact [email protected] for questions. > > > > -- > > To unsubscribe send an email with subject unsubscribe to > [email protected]. > > Please contact [email protected] for questions. > > -- > To unsubscribe send an email with subject unsubscribe to > [email protected]. > Please contact [email protected] for questions. -- To unsubscribe send an email with subject unsubscribe to [email protected]. Please contact [email protected] for questions.
