Ignore:
Timestamp:
Sep 20, 2010 7:07:56 AM (3 years ago)
Author:
alec
Message:
  • Support %z variable in host configuration options (#1487003)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/config/main.inc.php.dist

    r3907 r3977  
    9999// %n - http hostname ($_SERVER['SERVER_NAME']) 
    100100// %d - domain (http hostname without the first part) 
     101// %z - IMAP domain (IMAP hostname without the first part) 
    101102// For example %n = mail.domain.tld, %d = domain.tld 
    102103$rcmail_config['smtp_server'] = ''; 
     
    185186// %n - http hostname ($_SERVER['SERVER_NAME']) 
    186187// %d - domain (http hostname without the first part) 
     188// %z - IMAP domain (IMAP hostname without the first part) 
    187189// For example %n = mail.domain.tld, %d = domain.tld 
    188190$rcmail_config['username_domain'] = ''; 
     
    194196// %n - http hostname ($_SERVER['SERVER_NAME']) 
    195197// %d - domain (http hostname without the first part) 
     198// %z - IMAP domain (IMAP hostname without the first part) 
    196199// For example %n = mail.domain.tld, %d = domain.tld 
    197200$rcmail_config['mail_domain'] = ''; 
     
    401404  // %n - http hostname ($_SERVER['SERVER_NAME']) 
    402405  // %d - domain (http hostname without the first part) 
     406  // %z - IMAP domain (IMAP hostname without the first part) 
    403407  // For example %n = mail.domain.tld, %d = domain.tld 
    404408  'hosts'         => array('directory.verisign.com'), 
Note: See TracChangeset for help on using the changeset viewer.