| | |
| | | // to display a pulldown menu or set one host as string. |
| | | // To use SSL/TLS connection, enter hostname with prefix ssl:// or tls:// |
| | | // Supported replacement variables: |
| | | // %n - http hostname ($_SERVER['SERVER_NAME']) |
| | | // %d - domain (http hostname without the first part) |
| | | // %n - hostname ($_SERVER['SERVER_NAME']) |
| | | // %t - hostname without the first part |
| | | // %d - domain (http hostname $_SERVER['HTTP_HOST'] without the first part) |
| | | // %s - domain name after the '@' from e-mail address provided at login screen |
| | | // For example %n = mail.domain.tld, %d = domain.tld |
| | | // For example %n = mail.domain.tld, %t = domain.tld |
| | | $rcmail_config['default_host'] = ''; |
| | | |
| | | // TCP port used for IMAP connections |
| | |
| | | // If left blank, the PHP mail() function is used |
| | | // Supported replacement variables: |
| | | // %h - user's IMAP hostname |
| | | // %n - http hostname ($_SERVER['SERVER_NAME']) |
| | | // %d - domain (http hostname without the first part) |
| | | // %n - hostname ($_SERVER['SERVER_NAME']) |
| | | // %t - hostname without the first part |
| | | // %d - domain (http hostname $_SERVER['HTTP_HOST'] without the first part) |
| | | // %z - IMAP domain (IMAP hostname without the first part) |
| | | // For example %n = mail.domain.tld, %d = domain.tld |
| | | // For example %n = mail.domain.tld, %t = domain.tld |
| | | $rcmail_config['smtp_server'] = ''; |
| | | |
| | | // SMTP port (default is 25; use 587 for STARTTLS or 465 for the |
| | |
| | | // Specify an array with 'host' => 'domain' values to support multiple hosts |
| | | // Supported replacement variables: |
| | | // %h - user's IMAP hostname |
| | | // %n - http hostname ($_SERVER['SERVER_NAME']) |
| | | // %d - domain (http hostname without the first part) |
| | | // %n - hostname ($_SERVER['SERVER_NAME']) |
| | | // %t - hostname without the first part |
| | | // %d - domain (http hostname $_SERVER['HTTP_HOST'] without the first part) |
| | | // %z - IMAP domain (IMAP hostname without the first part) |
| | | // For example %n = mail.domain.tld, %d = domain.tld |
| | | // For example %n = mail.domain.tld, %t = domain.tld |
| | | $rcmail_config['username_domain'] = ''; |
| | | |
| | | // This domain will be used to form e-mail addresses of new users |
| | |
| | | // %n - http hostname ($_SERVER['SERVER_NAME']) |
| | | // %d - domain (http hostname without the first part) |
| | | // %z - IMAP domain (IMAP hostname without the first part) |
| | | // For example %n = mail.domain.tld, %d = domain.tld |
| | | // For example %n = mail.domain.tld, %t = domain.tld |
| | | $rcmail_config['mail_domain'] = ''; |
| | | |
| | | // Password charset. |
| | |
| | | 'name' => 'Verisign.com', |
| | | // Replacement variables supported in host names: |
| | | // %h - user's IMAP hostname |
| | | // %n - http hostname ($_SERVER['SERVER_NAME']) |
| | | // %d - domain (http hostname without the first part) |
| | | // %n - hostname ($_SERVER['SERVER_NAME']) |
| | | // %t - hostname without the first part |
| | | // %d - domain (http hostname $_SERVER['HTTP_HOST'] without the first part) |
| | | // %z - IMAP domain (IMAP hostname without the first part) |
| | | // For example %n = mail.domain.tld, %d = domain.tld |
| | | // For example %n = mail.domain.tld, %t = domain.tld |
| | | 'hosts' => array('directory.verisign.com'), |
| | | 'port' => 389, |
| | | 'use_tls' => false, |