This commit is contained in:
Sean Whalen
2019-02-13 19:47:53 -05:00
parent f463b4a1cd
commit 9e99494270
3 changed files with 13 additions and 7 deletions
+7 -3
View File
@@ -578,7 +578,8 @@ Accessing an inbox using OWA/EWS
Some organisations do not allow IMAP, and only support Exchange Web Services
(EWS)/Outlook Web Access (OWA). In that case, Davmail will need to be set up
as a local EWS/OWA IMAP gateway.
as a local EWS/OWA IMAP gateway. It can even work where
` Modern Auth/multi-factor authentication`_ is required.
To do this, download the latest ``davmail-version.zip`` from
https://sourceforge.net/projects/davmail/files/
@@ -626,17 +627,18 @@ Configure Davmail by creating a ``davmail.properties`` file
# proxy exclude list
davmail.noProxyFor=
# allow remote connection to DavMail
# block remote connection to DavMail
davmail.allowRemote=false
# bind server sockets to the loopback address
davmail.bindAddress=127.0.0.1
# disable SSL for specified listeners
davmail.ssl.nosecureimap=false
davmail.ssl.nosecureimap=true
# Send keepalive character during large folder and messages download
davmail.enableKeepalive=true
# Message count limit on folder retrieval
davmail.folderSizeLimit=0
@@ -1262,6 +1264,8 @@ Indices and tables
.. _Cloudflare's public resolvers: https://1.1.1.1/
.. _ Modern Auth/multi-factor authentication: http://davmail.sourceforge.net/faq.html
.. _download the latest portable Linux version of pypy3: https://github.com/squeaky-pl/portable-pypy#portable-pypy-distribution-for-linux
.. _Elasticsearch: https://www.elastic.co/guide/en/elasticsearch/reference/current/rpm.html
+5 -3
View File
@@ -750,7 +750,8 @@ tags in your DMARC record, separated by commas.</p>
<h3>Accessing an inbox using OWA/EWS<a class="headerlink" href="#accessing-an-inbox-using-owa-ews" title="Permalink to this headline"></a></h3>
<p>Some organisations do not allow IMAP, and only support Exchange Web Services
(EWS)/Outlook Web Access (OWA). In that case, Davmail will need to be set up
as a local EWS/OWA IMAP gateway.</p>
as a local EWS/OWA IMAP gateway. It can even work where
` Modern Auth/multi-factor authentication`_ is required.</p>
<p>To do this, download the latest <code class="docutils literal notranslate"><span class="pre">davmail-version.zip</span></code> from
<a class="reference external" href="https://sourceforge.net/projects/davmail/files/">https://sourceforge.net/projects/davmail/files/</a></p>
<p>Extract the zip using the <code class="docutils literal notranslate"><span class="pre">unzip</span></code> command.</p>
@@ -790,17 +791,18 @@ as a local EWS/OWA IMAP gateway.</p>
<span class="c"># proxy exclude list</span>
<span class="na">davmail.noProxyFor</span><span class="o">=</span>
<span class="c"># allow remote connection to DavMail</span>
<span class="c"># block remote connection to DavMail</span>
<span class="na">davmail.allowRemote</span><span class="o">=</span><span class="s">false</span>
<span class="c"># bind server sockets to the loopback address</span>
<span class="na">davmail.bindAddress</span><span class="o">=</span><span class="s">127.0.0.1</span>
<span class="c"># disable SSL for specified listeners</span>
<span class="na">davmail.ssl.nosecureimap</span><span class="o">=</span><span class="s">false</span>
<span class="na">davmail.ssl.nosecureimap</span><span class="o">=</span><span class="s">true</span>
<span class="c"># Send keepalive character during large folder and messages download</span>
<span class="na">davmail.enableKeepalive</span><span class="o">=</span><span class="s">true</span>
<span class="c"># Message count limit on folder retrieval</span>
<span class="na">davmail.folderSizeLimit</span><span class="o">=</span><span class="s">0</span>
+1 -1
View File
File diff suppressed because one or more lines are too long