diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-10-07 14:17:08 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-10-07 14:17:08 +0000 |
| commit | 42598a6bfeb4f154425dc8eda993b3df8d22d36a (patch) | |
| tree | a0b5735c2f1830fcbb16756f97ddd0f6e9b8b926 /roundcubemail/config/main.inc.php.dist | |
| parent | 083b33000fa063e11863e0b1f68e586adf4e1384 (diff) | |
Several bugfixes and feature improvements
git-svn-id: https://svn.roundcube.net/trunk@21 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config/main.inc.php.dist')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 86f07781c..e34e2f368 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -28,9 +28,13 @@ $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 display a pulldown menu or set one host as string. +// To use SSL connection, enter ssl://hostname:993 $rcmail_config['default_host'] = ''; +// TCP port used for IMAP connections +$rcmail_config['default_port'] = 143; + // use this host for sending mails. // if left blank, the PHP mail() function is used $rcmail_config['smtp_server'] = ''; |
