From 0d532221d14c9e8f0e4315b10a18f3d0dbf94e4e Mon Sep 17 00:00:00 2001 From: "James Z.M. Gao" Date: Wed, 4 May 2016 05:14:13 +0800 Subject: add support for secure ports --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5f5613c..b9dc008 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.1