Doc: improve initial setup documentation

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1657 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2011-04-08 13:53:11 +00:00
parent 5d2cbcbc85
commit 8c8ff42010
2 changed files with 22 additions and 9 deletions

View File

@ -32,6 +32,18 @@
</p>
</subsection>
<subsection name="General">
<p>
<strong>EWS endpoint not available</strong>
</p>
<p>Unfortunately, this probably means your Exchange administrators blocked EWS access.</p>
<p>To check this, try to connect to <code>https://<i>mail.company.com</i>/ews/exchange.asmx</code>
in your favorite web browser: you should get an authentication popup. On authentication success,
you should get the EWS wsdl definition. If you don't, please contact the Exchange administrators
to let them fix the broken Exchange server setup.
</p>
<p>Note: Microsoft Outlook 2011 on OSX and native OSX applications also rely on EWS to connect to
Exchange. Mobile devices (Android phones, iPhones, Windows mobile) use ActiveSync on a different
endpoint.</p>
<p>
<strong>Authentication fails with invalid user or password message</strong>
</p>

View File

@ -31,14 +31,14 @@
<br/>
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/>
Usual paths for different Exchange 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 2003: <code>https://<i>mail.company.com</i>/exchange/</code></li>
<li>Exchange 2007 Webdav mode: <code>https://<i>mail.company.com</i>/owa/</code></li>
<li>Exchange 2007 EWS mode: <code>https://<i>mail.company.com</i>/owa/</code></li>
<li>Exchange 2010 EWS mode: <code>https://<i>mail.company.com</i>/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>
<code>https://<i>mail.company.com</i>/ews/exchange.asmx</code></li>
</ul>
</td>
<td>https://exchangeServer/owa/</td>
@ -55,12 +55,13 @@
</tr>
<tr>
<td>Local SMTP port</td>
<td>Local SMTP server port to configure in POP client</td>
<td>Local SMTP server port to configure in SMTP client</td>
<td>25</td>
</tr>
<tr>
<td>Local Caldav HTTP port</td>
<td>Local Caldav server port to configure in Caldav (calendar) client</td>
<td>Local Caldav/Carddav HTTP port</td>
<td>Local Caldav/Carddav server port to configure in Caldav (calendar)
or Carddav (address book) client</td>
<td>80</td>
</tr>
<tr>