mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-12 14:08:38 -05:00
Doc: describe the usual paths to use in OWA url field
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1654 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
6fc3aa9e0f
commit
b77daa832e
@ -29,7 +29,17 @@
|
||||
<td>OWA url</td>
|
||||
<td>Outlook Web Access URL to access the exchange server, i.e. the base webmail URL
|
||||
<br/>
|
||||
Note: use /owa/ path for Exchange 2007 or 2010, /exchange/ for older versions
|
||||
The path depends on Exchange version and configuration, with or without a reverse proxy.
|
||||
DavMail must be able to find the authentication form at the provided URL.<br/>
|
||||
Usual paths for different versions:<br/>
|
||||
<ul>
|
||||
<li>Exchange 2003: <code>https://exchangeServer/exchange/</code></li>
|
||||
<li>Exchange 2007 Webdav mode: <code>https://exchangeServer/owa/</code></li>
|
||||
<li>Exchange 2007 EWS mode: <code>https://exchangeServer/owa/</code></li>
|
||||
<li>Exchange 2010 EWS mode: <code>https://exchangeServer/owa/</code></li>
|
||||
<li>Exchange 2010 EWS mode with unsupported authentication form e.g. Windows Live login:
|
||||
<code>https://exchangeServer/ews/exchange.asmx</code></li>
|
||||
</ul>
|
||||
</td>
|
||||
<td>https://exchangeServer/owa/</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user