Changeset 0566adc in github
- Timestamp:
- Apr 4, 2006 5:42:01 PM (7 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 03f8558
- Parents:
- 7cf1bdb
- File:
-
- 1 edited
-
config/main.inc.php.dist (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
config/main.inc.php.dist
r4647e1b r0566adc 40 40 // TCP port used for IMAP connections 41 41 $rcmail_config['default_port'] = 143; 42 43 // Automatically add this domain to user names for login 44 // Only for IMAP servers that require full e-mail addresses for login 45 // Specify an array with 'host' => 'domain' values to support multiple hosts 46 $rcmail_config['username_domain'] = ''; 42 47 43 48 // This domain will be used to form e-mail addresses of new users … … 176 181 $rcmail_config['prettydate'] = TRUE; 177 182 183 184 /***** try to load host-specific configuration *****/ 185 186 @include($_SERVER['HTTP_HOST'].'.inc.php'); 187 188 178 189 // end of config file 179 190 ?>
Note: See TracChangeset
for help on using the changeset viewer.
