mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-13 11:12:22 -05:00
Doc: Additional Exchange Webdav setup documentation
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1389 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
7dc22f22d7
commit
7a2c601859
@ -74,6 +74,28 @@
|
|||||||
https://mail.company.com/exchange, which should redirect to /owa. Another important service is the
|
https://mail.company.com/exchange, which should redirect to /owa. Another important service is the
|
||||||
galfind (address book) access at /public/?Cmd=galfind
|
galfind (address book) access at /public/?Cmd=galfind
|
||||||
</p>
|
</p>
|
||||||
|
<p>Additional information for Exchange administrators to enable WebDav:</p>
|
||||||
|
<p>After running through the pre-requisite checker for each server (Front End CAS server and
|
||||||
|
Back End Mailbox server) and adding the appropriate roles and features, add the following
|
||||||
|
via the ServerManager:
|
||||||
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li>Select the IIS role, then add Role Services</li>
|
||||||
|
<li>Add WebDav Publishing (both Cas server and Mailbox Server)</li>
|
||||||
|
<li>On the Mailbox server, add the ISAPI extensions Role Service to the IIS role</li>
|
||||||
|
<li>On the Default Web Site (each server) , enable WebDav</li>
|
||||||
|
<li>Should not have to enable any additional WebDav rules</li>
|
||||||
|
<li>Install the server roles</li>
|
||||||
|
<li>Create a test mailbox (see Exchange Docs)</li>
|
||||||
|
</ul>
|
||||||
|
<p>To Test:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Ensure that Outlook Web Access works by using the https://<i>exchangeServer</i>/owa URL
|
||||||
|
</li>
|
||||||
|
<li>Try using the pass through legacy URL: https://<i>exchangeServer</i>/exchange,
|
||||||
|
if you receive an error 500 “Internal Server Error”, then WebDav is not working.
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
<strong>Is Exchange 2010 supported ?</strong>
|
<strong>Is Exchange 2010 supported ?</strong>
|
||||||
</p>
|
</p>
|
||||||
@ -191,7 +213,7 @@ calendar.debug.log.verbose=true]]></source>
|
|||||||
<code>mail.strictly_mime</code>
|
<code>mail.strictly_mime</code>
|
||||||
advanced option.
|
advanced option.
|
||||||
Go to Tools/Options/Advanced/General/Config Editor and look for a preference
|
Go to Tools/Options/Advanced/General/Config Editor and look for a preference
|
||||||
with name <code>mail.strictly_mime</code>, set value to
|
with name<code>mail.strictly_mime</code>, set value to
|
||||||
<code>true</code>
|
<code>true</code>
|
||||||
to send messages as quoted-printable.
|
to send messages as quoted-printable.
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user