diff --git a/src/site/xdoc/serversetup.xml b/src/site/xdoc/serversetup.xml index e621d4e3..ab91e0ab 100644 --- a/src/site/xdoc/serversetup.xml +++ b/src/site/xdoc/serversetup.xml @@ -28,40 +28,131 @@

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

+log4j.logger.org.apache.commons.httpclient=WARN +log4j.rootLogger=WARN + +############################################################# +# Workstation only settings + +# smartcard access settings +davmail.ssl.pkcs11Config= +davmail.ssl.pkcs11Library= + +# SSL settings for mutual authentication +davmail.ssl.clientKeystoreType= +davmail.ssl.clientKeystoreFile= +davmail.ssl.clientKeystorePass= + +# disable all balloon notifications +davmail.disableGuiNotifications=false +# disable startup balloon notifications +davmail.showStartupBanner=true + +# enable transparent client Kerberos authentication +davmail.enableKerberos=false]]>

See Getting started