Changeset 183 in subversion
- Timestamp:
- Apr 4, 2006 5:42:01 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/config/main.inc.php.dist (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/config/main.inc.php.dist
r171 r183 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.
