Re: [Davmail-users] Problem accessing an Exchange 2007 mailbox
Brought to you by:
mguessan
|
From: Geert S. <sta...@st...> - 2010-04-21 07:29:13
|
Op 20100415 om 00:04 schreef Mickaël Guessant: > Le 29/03/2010 22:13, Geert Stappers a écrit : >> Op 20100329 om 09:37 schreef Mickaël Guessant: >> >>> I would like to get detailed instructions on how to activate WebDav >>> on Exchange to help other users that have the same issue. >>> >> That would be "server side action". But how to detect on "client side" >> that WebDAV is not enabled? >> > I would say: when DavMail does not work ;-) > > To test this outside DavMail, you would need to authenticate to Exchange > and send a simple PROPFIND request to /exchange/ma...@co... > Doing that test results for me in a '403 Forbidden'. (and I get also a '403 Forbidden at /exchange/ma...@co.../' in the davmail logs ) <details what="HTTP headers"> $ ./probedavmail Probing... libcurl/7.20.0 GnuTLS/2.8.5 zlib/1.2.3.3 libidn/1.15 HTTP/1.1 200 OK Cache-Control: no-cache Pragma: no-cache Content-Length: 29339 Content-Type: text/html; charset=utf-8 Expires: -1 Server: Microsoft-IIS/7.0 X-AspNet-Version: 2.0.50727 X-OWA-Version: 8.2.234.1 X-UA-Compatible: IE=EmulateIE7 Set-Cookie: UserContext=f43a7ca68e8d497d9236a1a4533d5e7f; path=/ X-Powered-By: ASP.NET Date: Wed, 21 Apr 2010 07:16:19 GMT HTTP/1.1 403 Forbidden Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Wed, 21 Apr 2010 07:16:19 GMT Content-Length: 1233 </details> What get people with a WebDAV enabled MS exchange server with the attached Python script? Groeten Geert Stappers |