mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-13 03:02:22 -05:00
Doc: Update FAQ
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1808 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
5be62b74db
commit
00484174b1
@ -36,14 +36,17 @@
|
|||||||
<strong>EWS endpoint not available</strong>
|
<strong>EWS endpoint not available</strong>
|
||||||
</p>
|
</p>
|
||||||
<p>Unfortunately, this probably means your Exchange administrators blocked EWS access.</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>
|
<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,
|
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
|
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.
|
to let them fix the broken Exchange server setup.
|
||||||
</p>
|
</p>
|
||||||
<p>Note: Microsoft Outlook 2011 on OSX and native OSX applications also rely on EWS to connect to
|
<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
|
Exchange. Mobile devices (Android phones, iPhones, Windows mobile) use ActiveSync on a different
|
||||||
endpoint.</p>
|
endpoint.
|
||||||
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<strong>Authentication fails with invalid user or password message</strong>
|
<strong>Authentication fails with invalid user or password message</strong>
|
||||||
</p>
|
</p>
|
||||||
@ -132,6 +135,14 @@ davmail server2.properties
|
|||||||
<source>davmail.enableEws=true</source>
|
<source>davmail.enableEws=true</source>
|
||||||
<br/>
|
<br/>
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
<strong>Is DavMail based on Outlook protocol ?</strong>
|
||||||
|
</p>
|
||||||
|
<p>Outlook anywhere uses MAPI RPC over HTTPS to access company LAN through the firewall.
|
||||||
|
DavMail does not use MAPI at all but relies on WebDav (Exchange 2003/2007) or EWS (Exchange
|
||||||
|
2007/2010) to access Exchange. This means you need direct access over HTTPS to either the OWA WebDav
|
||||||
|
url (/exchange/mail@company.com) or EWS (/ews/exchange.asmx) to access Exchange with DavMail.
|
||||||
|
</p>
|
||||||
</subsection>
|
</subsection>
|
||||||
|
|
||||||
<subsection name="OSX">
|
<subsection name="OSX">
|
||||||
@ -153,6 +164,7 @@ davmail server2.properties
|
|||||||
<a href="https://sourceforge.net/tracker/?func=detail&atid=909904&aid=3138023&group_id=184600">
|
<a href="https://sourceforge.net/tracker/?func=detail&atid=909904&aid=3138023&group_id=184600">
|
||||||
On Ubuntu, notify text conflicts with default theme.
|
On Ubuntu, notify text conflicts with default theme.
|
||||||
</a>
|
</a>
|
||||||
|
http://users.ox.ac.uk/~richardc/guides/LinuxNexus.html
|
||||||
</p>
|
</p>
|
||||||
</subsection>
|
</subsection>
|
||||||
|
|
||||||
@ -207,10 +219,14 @@ calendar.debug.log.verbose=true]]></source>
|
|||||||
</p>
|
</p>
|
||||||
<p>To access public folders in Lightning, the URL scheme is:
|
<p>To access public folders in Lightning, the URL scheme is:
|
||||||
</p>
|
</p>
|
||||||
<source>http://localhost:<i>1080</i>/public/<i>path/to/calendar</i></source>
|
<source>http://localhost:<i>1080</i>/public/
|
||||||
|
<i>path/to/calendar</i>
|
||||||
|
</source>
|
||||||
<p>To access public folders in iCal, the URL scheme is:
|
<p>To access public folders in iCal, the URL scheme is:
|
||||||
</p>
|
</p>
|
||||||
<source>http://localhost:<i>1080</i>/principals/public/<i>path/to/calendar</i></source>
|
<source>http://localhost:<i>1080</i>/principals/public/
|
||||||
|
<i>path/to/calendar</i>
|
||||||
|
</source>
|
||||||
<p>Note: iCal does not support folder names with spaces or special characters</p>
|
<p>Note: iCal does not support folder names with spaces or special characters</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -218,11 +234,13 @@ calendar.debug.log.verbose=true]]></source>
|
|||||||
</p>
|
</p>
|
||||||
<p>To access a shared calendar in Lightning, the URL scheme is:
|
<p>To access a shared calendar in Lightning, the URL scheme is:
|
||||||
</p>
|
</p>
|
||||||
<source>http://localhost:<i>1080</i>/users/<i>user@company.com</i>
|
<source>http://localhost:<i>1080</i>/users/
|
||||||
|
<i>user@company.com</i>
|
||||||
</source>
|
</source>
|
||||||
<p>To access a shared calendar in iCal, the URL scheme is:
|
<p>To access a shared calendar in iCal, the URL scheme is:
|
||||||
</p>
|
</p>
|
||||||
<source>http://localhost:<i>1080</i>/principals/users/<i>user@company.com</i>
|
<source>http://localhost:<i>1080</i>/principals/users/
|
||||||
|
<i>user@company.com</i>
|
||||||
</source>
|
</source>
|
||||||
|
|
||||||
</subsection>
|
</subsection>
|
||||||
@ -289,9 +307,5 @@ calendar.debug.log.verbose=true]]></source>
|
|||||||
</p>
|
</p>
|
||||||
</subsection>
|
</subsection>
|
||||||
</section>
|
</section>
|
||||||
Outlook anywhere uses MAPI RPC over HTTPS to access company LAN through the firewall.
|
|
||||||
|
|
||||||
DavMail does not use MAPI at all but relies on WebDav (Exchange 2003/2007) or EWS (Exchange 2007/2010) to access Exchange. This means you need direct access over HTTPS to either the OWA WebDav url (/exchange/mail@company.com) or EWS (/ews/exchange.asmx) to access Exchange with DavMail.
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</document>
|
</document>
|
Loading…
Reference in New Issue
Block a user