aboutsummaryrefslogtreecommitdiff
blob: 5c2b4fbc3084fa2763b31b9684aabfedc4434dca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
# DavMail settings, see http://davmail.sourceforge.net/serversetup.html for documentation

#############################################################
# Basic settings

# Server (true) or Workstation (false) mode?
davmail.server=true
# Connection mode: auto, EWS or WebDav
davmail.enableEws=auto
# Base Exchange OWA or EWS URL
davmail.url=https://outlook.office365.com/EWS/Exchange.asmx

# Listener ports
davmail.popPort=1110
davmail.imapPort=1143
davmail.smtpPort=1025
davmail.caldavPort=1080
davmail.ldapPort=1389

#############################################################
# Network settings

# Network proxy settings
davmail.proxyUser=
davmail.proxyHost=
davmail.proxyPort=
davmail.proxyPassword=
davmail.enableProxy=false
davmail.useSystemProxies=false
# Proxy exclusion list
davmail.noProxyFor=

# Allow remote connection to DavMail?
davmail.allowRemote=true
# Bind server sockets to a specific address?
davmail.bindAddress=
# Client connections SO timeout in seconds
davmail.clientSoTimeout=

# DavMail listeners SSL configuration
davmail.ssl.keystoreType=JKS
davmail.ssl.keystoreFile=
davmail.ssl.keystorePass=
davmail.ssl.keyPass=

# Accept specified certificate even if invalid according to trust store
davmail.server.certificate.hash=

# Disable SSL for specified listeners?
davmail.ssl.nosecurecaldav=false
davmail.ssl.nosecureimap=false
davmail.ssl.nosecureldap=false
davmail.ssl.nosecurepop=false
davmail.ssl.nosecuresmtp=false

# Disable update check?
davmail.disableUpdateCheck=true

# Send keepalive character during large folder and messages download?
davmail.enableKeepalive=false
# Message count limit on folder retrieval
davmail.folderSizeLimit=0
# Default windows domain for NTLM and basic authentication
davmail.defaultDomain=

#############################################################
# Caldav settings

# Override default alarm sound
#davmail.caldavAlarmSound=
# Retrieve calendar events not older than 90 days
davmail.caldavPastDelay=90
# WebDav only: Force event update to trigger ActiveSync clients update?
davmail.forceActiveSyncUpdate=false

#############################################################
# IMAP settings

# Delete messages immediately on IMAP STORE \Deleted flag?
davmail.imapAutoExpunge=true
# Enable IDLE support, set polling delay in minutes
davmail.imapIdleDelay=
# Always reply to IMAP RFC822.SIZE requests with Exchange approximate message size for performance reasons
davmail.imapAlwaysApproxMsgSize=

#############################################################
# POP settings

# Delete messages on server after 30 days
davmail.keepDelay=30
# Delete messages in server sent folder after 90 days
davmail.sentKeepDelay=90
# Mark retrieved messages read on server?
davmail.popMarkReadOnRetr=false

#############################################################
# SMTP settings

# Let Exchange save a copy of sent messages in Sent folder?
davmail.smtpSaveInSent=true

#############################################################
# Loggings settings

# Log file path, leave empty for default path
davmail.logFilePath=/var/log/davmail.log
# Maximum log file size, use Log4J syntax, set to 0 to use an external rotation mechanism, e.g. logrotate
davmail.logFileSize=1MB
# Log levels
log4j.logger.davmail=WARN
log4j.logger.httpclient.wire=WARN
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