diff --git a/src/etc/davmail.properties b/src/etc/davmail.properties index bc35d2a0..12b0b995 100644 --- a/src/etc/davmail.properties +++ b/src/etc/davmail.properties @@ -61,6 +61,8 @@ davmail.disableUpdateCheck=false davmail.enableKeepalive=false # Message count limit on folder retrieval davmail.folderSizeLimit=0 +# Default windows domain for NTLM and basic authentication +davmail.defaultDomain= ############################################################# # Caldav settings diff --git a/src/site/xdoc/serversetup.xml b/src/site/xdoc/serversetup.xml index 18771d74..5c5ecca8 100644 --- a/src/site/xdoc/serversetup.xml +++ b/src/site/xdoc/serversetup.xml @@ -15,10 +15,10 @@

Davmail Gateway can run in server mode as a gateway between the mail - client and the Outlook Web Access (Exchange) server. + client and Exchange server through Outlook Web Access and/or EWS. In server mode Davmail can run on any Java supported platform. - This mode was tested successfully with the Iphone and should work with - any phone with POP/IMAP/SMTP/LDAP/Caldav/Carddav client. + This mode was tested successfully with Iphone and Android phones and should work with + any equipment with POP/IMAP/SMTP/LDAP/Caldav/Carddav client. In this mode many users can share the same DavMail instance.

@@ -26,7 +26,8 @@ from Sourceforge and uncompress it with your favorite tool, e.g. on Linux: unzip davmail-*.zip.

-

Prepare a davmail.properties file according to your local needs : +

+ Prepare a davmail.properties file according to your local needs :