Last active
January 13, 2017 23:11
-
-
Save SomeClown/e65d90845a63992c8d0a8c200947f79d to your computer and use it in GitHub Desktop.
Example working davmail configuration file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#DavMail settings | |
#Fri Jan 06 10:26:00 PST 2017 | |
davmail.allowRemote=true | |
davmail.bindAddress= | |
davmail.caldavAlarmSound= | |
davmail.caldavEditNotifications=true | |
davmail.caldavPastDelay=90 | |
davmail.caldavPort=1080 | |
davmail.clientSoTimeout= | |
davmail.defaultDomain= | |
davmail.disableGuiNotifications=false | |
davmail.disableUpdateCheck=false | |
davmail.enableEws=true | |
davmail.enableKeepAlive=false | |
davmail.enableKerberos=false | |
davmail.enableProxy=false | |
davmail.folderSizeLimit= | |
davmail.forceActiveSyncUpdate=false | |
davmail.imapAlwaysApproxMsgSize=true | |
davmail.imapAutoExpunge=true | |
davmail.imapIdleDelay= | |
davmail.imapPort=15143 | |
davmail.keepDelay=30 | |
davmail.ldapPort=1389 | |
davmail.logFilePath=/Users/username/.logs/ | |
davmail.logFileSize= | |
davmail.noProxyFor= | |
davmail.popMarkReadOnRetr=false | |
davmail.popPort= | |
davmail.proxyHost= | |
davmail.proxyPassword= | |
davmail.proxyPort= | |
davmail.proxyUser= | |
davmail.sentKeepDelay=90 | |
davmail.server=true | |
davmail.server.certificate.hash= | |
davmail.showStartupBanner=true | |
davmail.smtpPort=1025 | |
davmail.smtpSaveInSent=true | |
davmail.ssl.clientKeystoreFile= | |
davmail.ssl.clientKeystorePass= | |
davmail.ssl.clientKeystoreType= | |
davmail.ssl.keyPass= | |
davmail.ssl.keystoreFile= | |
davmail.ssl.keystorePass= | |
davmail.ssl.keystoreType=PKCS12 | |
davmail.ssl.nosecurecaldav=false | |
davmail.ssl.nosecureimap=false | |
davmail.ssl.nosecureldap=false | |
davmail.ssl.nosecurepop=false | |
davmail.ssl.nosecuresmtp=false | |
davmail.ssl.pkcs11Config= | |
davmail.ssl.pkcs11Library= | |
davmail.url=https\://mobile.mailserver.com/ews/exchange.asmx | |
davmail.useSystemProxies=false | |
log4j.logger.davmail=ALL | |
log4j.logger.httpclient.wire=ALL | |
log4j.logger.org.apache.commons.httpclient=ALL | |
log4j.rootLogger=ALL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment