diff options
author | James Z.M. Gao <gaozhm@mvad.com> | 2016-05-04 05:14:13 +0800 |
---|---|---|
committer | James Z.M. Gao <gaozhm@mvad.com> | 2016-05-04 05:14:13 +0800 |
commit | 0d532221d14c9e8f0e4315b10a18f3d0dbf94e4e (patch) | |
tree | bf007255f19c5b03efaa4082e74473d3ceb4527b /README.md | |
parent | b328c9674f4b8fd43dc4fb9360b2624edacd3b83 (diff) | |
download | davmail-0d532221d14c9e8f0e4315b10a18f3d0dbf94e4e.tar.gz davmail-0d532221d14c9e8f0e4315b10a18f3d0dbf94e4e.tar.bz2 davmail-0d532221d14c9e8f0e4315b10a18f3d0dbf94e4e.tar.xz davmail-0d532221d14c9e8f0e4315b10a18f3d0dbf94e4e.zip |
add support for secure ports
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -18,6 +18,7 @@ Accepted docker environment variables: * DAVMAIL_SERVER_CERTIFICATE_HASH: optional, cirtificate hash, like 11:22:... * DAVMAIL_NTLM_DOMAIN: optional, windows domain * DAVMAIL_CONFIG_URL: a url for downloading a specific configuration, this can override all other options +* DAVMAIL_SSL_PASS: optional, set to the password of a PKCS12 SSL file Listened ports: @@ -26,3 +27,7 @@ Listened ports: * ldap port: 1389 * pop3 port: 1110 * smtp port: 1025 + +Volume: + +* "/etc/davmail/davmail.p12": if DAVMAIL_SSL_PASS is not empty, use this as the keystore file of type PKCS12 |