summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-04-14 07:35:12 +0000
committeralecpl <alec@alec.pl>2009-04-14 07:35:12 +0000
commitf86e8f5faa0fb5926001f2dccd970e031e7cb59a (patch)
treea1b1e0da98d9dd8ac885eb33ddc344d3c0537b34 /config
parent58c9dd72935e9ea4403681997bb1beb291d70bd4 (diff)
- Support STARTTLS in IMAP connection (#1485284)
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index b80840354..850b2ba6c 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -51,7 +51,7 @@ $rcmail_config['auto_create_user'] = TRUE;
// the mail host chosen to perform the log-in
// leave blank to show a textbox at login, give a list of hosts
// to display a pulldown menu or set one host as string.
-// To use SSL connection, enter ssl://hostname:993
+// To use SSL/TLS connection, enter hostname with prefix ssl:// or tls://
$rcmail_config['default_host'] = '';
// TCP port used for IMAP connections