Update example davmail config

See also: Issue #57
This commit is contained in:
Sean Whalen
2019-02-13 19:15:52 -05:00
parent d68294c58a
commit 53510c1f78
+6 -1
View File
@@ -653,6 +653,9 @@ Configure Davmail by creating a ``davmail.properties`` file
# message size for performance reasons
davmail.imapAlwaysApproxMsgSize=true
# Client connection timeout in seconds - default 300, 0 to disable
davmail.clientSoTimeout=0
#############################################################
Run Davmail
@@ -663,7 +666,8 @@ Run Davmail
Because you are interacting with Davmail server over the loopback
(i.e. 127.0.0.1), add the following options to ``parsedmarc.ini`` config file:
(i.e. ``127.0.0.1``), add the following options to ``parsedmarc.ini``
config file:
.. code-block:: ini
@@ -671,6 +675,7 @@ Because you are interacting with Davmail server over the loopback
host=127.0.0.1
port=1143
ssl=False
watch = True
Elasticsearch and Kibana
------------------------