diff options
author | thomascube <thomas@roundcube.net> | 2005-10-07 14:17:08 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-10-07 14:17:08 +0000 |
commit | 42b11351497ce67e96a0465c76694632cdfb3ecb (patch) | |
tree | e70135646b2422dccab017cb9f6999ad50e91564 /config/main.inc.php.dist | |
parent | 597170feb25f5c2e5a90a9c0b1fd62001f169afb (diff) |
Several bugfixes and feature improvements
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | config/main.inc.php.dist | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 86f07781c..e34e2f368 100644 --- a/config/main.inc.php.dist +++ b/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'] = ''; |