Improve documentation for encrypted connections
authorSteve Dondley <redacted>
Sun, 2 May 2021 12:19:16 +0000 (08:19 -0400)
committerThomas B <redacted>
Mon, 3 May 2021 19:33:59 +0000 (21:33 +0200)
README.md

index cdfe49792711b063434728d58a6a3547fa91e850..3ddd2fdc8abd1658a0d19d720b88ad02437467ab 100644 (file)
--- a/README.md
+++ b/README.md
@@ -24,11 +24,11 @@ We also publish full version tags (e.g. `1.3.10`) but these just represent the v
 
 The following env variables can be set to configure your Roundcube Docker instance:
 
-`ROUNDCUBEMAIL_DEFAULT_HOST` - Hostname of the IMAP server to connect to, use `tls://` prefix for STARTTLS
+`ROUNDCUBEMAIL_DEFAULT_HOST` - Hostname of the IMAP server to connect to. For encypted connections, prefix the host with `tls://` (STARTTLS) or `ssl://` (SSL/TLS).
 
 `ROUNDCUBEMAIL_DEFAULT_PORT` - IMAP port number; defaults to `143`
 
-`ROUNDCUBEMAIL_SMTP_SERVER` - Hostname of the SMTP server to send mails, use `tls://` prefix for STARTTLS
+`ROUNDCUBEMAIL_SMTP_SERVER` - Hostname of the SMTP server to send mails. For encypted connections, prefix the host with `tls://` (STARTTLS) or `ssl://` (SSL/TLS).
 
 `ROUNDCUBEMAIL_SMTP_PORT`  - SMTP port number; defaults to `587`
 
git clone https://git.99rst.org/PROJECT