diff options
author | thomascube <thomas@roundcube.net> | 2006-02-20 23:29:14 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-02-20 23:29:14 +0000 |
commit | 13c1afbcbbc71c64f41eb7d764917bb4fea9893f (patch) | |
tree | cea2711d376826e1ab7bb8829ab47e4a81fef7ba /config/main.inc.php.dist | |
parent | e687ff825dcd93cd8c007420d225917033605252 (diff) |
Fixed some charset bugs
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | config/main.inc.php.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 28abcb652..426110291 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -16,7 +16,7 @@ $rcmail_config = array(); // system error reporting: 1 = log; 2 = report (not implemented yet), 4 = show, 8 = trace -$rcmail_config['debug_level'] = 5; +$rcmail_config['debug_level'] = 1; // enable caching of messages and mailbox data in the local database. // this is recommended if the IMAP server does not run on the same machine @@ -42,7 +42,7 @@ $rcmail_config['default_port'] = 143; // This domain will be used to form e-mail addresses of new users // Specify an array with 'host' => 'domain' values to support multiple hosts -$rcmail_config['mail_domain'] = 'roundcube.net'; +$rcmail_config['mail_domain'] = ''; // Path to a virtuser table file to resolve user names and e-mail addresses $rcmail_config['virtuser_file'] = ''; |