From 29772f500b4ddb61b94dd2d6f6fed7461d8ad2fb Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Thu, 21 Nov 2024 04:12:10 -0500 Subject: correct config text --- config.inc.php.dist | 3 --- 1 file changed, 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) -- cgit v1.2.3