thomascube
2005-10-03 52c1f289c288253148bbdb742ff72104c5950dd0
config/main.inc.php.dist
@@ -6,7 +6,7 @@
 |                                                                       |
 | This file is part of the RoundCube Webmail client                     |
 | Copyright (C) 2005, RoundCube Dev. - Switzerland                      |
 | All rights reserved.                                                  |
 | Licensed under the GNU GPL                                            |
 |                                                                       |
 +-----------------------------------------------------------------------+
@@ -15,7 +15,7 @@
$rcmail_config = array();
// system error reporting: 1 = log; 2 = report (not implemented yet), 4 = show
// system error reporting: 1 = log; 2 = report (not implemented yet), 4 = show, 8 = trace
$rcmail_config['debug_level'] = 5;
// automatically create a new user when log-in the first time
@@ -31,6 +31,9 @@
// if left blank, the PHP mail() function is used
$rcmail_config['smtp_server'] = '';
// SMTP port (default is 25)
$rcmail_config['smtp_port'] = 25;
// SMTP username (if required)
$rcmail_config['smtp_user'] = '';