diff options
| author | Carson Fleming <[email protected]> | 2024-11-21 04:12:10 -0500 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2024-11-21 04:12:10 -0500 |
| commit | 29772f500b4ddb61b94dd2d6f6fed7461d8ad2fb (patch) | |
| tree | c7bc7eaffcad1f6b8f5b9cd3358cdc825b47dedb /config.inc.php.dist | |
| parent | d0551f958e542a37ea19014b0394b0ca9b4f237e (diff) | |
| download | rc-identity-addresses-29772f500b4ddb61b94dd2d6f6fed7461d8ad2fb.tar.gz | |
correct config text
Diffstat (limited to 'config.inc.php.dist')
| -rw-r--r-- | config.inc.php.dist | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.inc.php.dist b/config.inc.php.dist index 2759a34..e829538 100644 --- a/config.inc.php.dist +++ b/config.inc.php.dist @@ -14,9 +14,6 @@ $config['identity_addresses_db_dsn'] = ''; // The SQL query used to select a user's supported identity addresses. // Supported replacement variables: // %h - user's IMAP hostname -// %n - hostname ($_SERVER['SERVER_NAME']) -// %t - hostname without the first part -// %z - IMAP domain (IMAP hostname without the first part) // %u - the username (from the session info) // %l - the local part of the username // (in case the username is an email address) |
