diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-02-20 23:29:14 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-02-20 23:29:14 +0000 |
| commit | 8165248ee81cdb167ca91fd0af5462c9d6d415f1 (patch) | |
| tree | 0710c053d4085f3ed0bdd752fd4e035c24b9a589 /roundcubemail/config | |
| parent | 071974fab95cba50b41220e7af510324dd035665 (diff) | |
Fixed some charset bugs
git-svn-id: https://svn.roundcube.net/trunk@147 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 28abcb652..426110291 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/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'] = ''; |
