Changeset 3977 in subversion for trunk/roundcubemail/config/main.inc.php.dist
- Timestamp:
- Sep 20, 2010 7:07:56 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/config/main.inc.php.dist (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/config/main.inc.php.dist
r3907 r3977 99 99 // %n - http hostname ($_SERVER['SERVER_NAME']) 100 100 // %d - domain (http hostname without the first part) 101 // %z - IMAP domain (IMAP hostname without the first part) 101 102 // For example %n = mail.domain.tld, %d = domain.tld 102 103 $rcmail_config['smtp_server'] = ''; … … 185 186 // %n - http hostname ($_SERVER['SERVER_NAME']) 186 187 // %d - domain (http hostname without the first part) 188 // %z - IMAP domain (IMAP hostname without the first part) 187 189 // For example %n = mail.domain.tld, %d = domain.tld 188 190 $rcmail_config['username_domain'] = ''; … … 194 196 // %n - http hostname ($_SERVER['SERVER_NAME']) 195 197 // %d - domain (http hostname without the first part) 198 // %z - IMAP domain (IMAP hostname without the first part) 196 199 // For example %n = mail.domain.tld, %d = domain.tld 197 200 $rcmail_config['mail_domain'] = ''; … … 401 404 // %n - http hostname ($_SERVER['SERVER_NAME']) 402 405 // %d - domain (http hostname without the first part) 406 // %z - IMAP domain (IMAP hostname without the first part) 403 407 // For example %n = mail.domain.tld, %d = domain.tld 404 408 'hosts' => array('directory.verisign.com'),
Note: See TracChangeset
for help on using the changeset viewer.
