summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarson Fleming <[email protected]>2024-11-21 04:12:10 -0500
committerCarson Fleming <[email protected]>2024-11-21 04:12:10 -0500
commit29772f500b4ddb61b94dd2d6f6fed7461d8ad2fb (patch)
treec7bc7eaffcad1f6b8f5b9cd3358cdc825b47dedb
parentd0551f958e542a37ea19014b0394b0ca9b4f237e (diff)
downloadrc-identity-addresses-29772f500b4ddb61b94dd2d6f6fed7461d8ad2fb.tar.gz
correct config text
-rw-r--r--config.inc.php.dist3
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)