summaryrefslogtreecommitdiff
path: root/roundcubemail/config
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-04-14 07:35:12 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-04-14 07:35:12 +0000
commitd57295096a2bfc32bffcdcefeab7bba8e0e89ee5 (patch)
tree31f5c984575c52210e45082629cfcf8b2dab90e6 /roundcubemail/config
parent1f69ba7cc5a66e448a4181ea9676a5b2979ad08c (diff)
- Support STARTTLS in IMAP connection (#1485284)
git-svn-id: https://svn.roundcube.net/trunk@2388 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
-rw-r--r--roundcubemail/config/main.inc.php.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index b80840354..850b2ba6c 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/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