From 56505a11743d6869f6222f6b9467158edf295a44 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 11 Mar 2010 18:34:01 +0000 Subject: - Options virtuser_* replaced with virtuser_* plugins - Plugin API: Implemented 'email2user' and 'user2email' hooks --- config/main.inc.php.dist | 9 --------- 1 file changed, 9 deletions(-) (limited to 'config') diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 8558c44e3..5709a6058 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -167,15 +167,6 @@ $rcmail_config['username_domain'] = ''; // Specify an array with 'host' => 'domain' values to support multiple hosts $rcmail_config['mail_domain'] = ''; -// Path to a virtuser table file to resolve user names and e-mail addresses -$rcmail_config['virtuser_file'] = ''; - -// Query to resolve user names and e-mail addresses from the database -// %u will be replaced with the current username for login. -// The query should select the user's e-mail address as first column -// and optional identity name as second column -$rcmail_config['virtuser_query'] = ''; - // Password charset. // Use it if your authentication backend doesn't support UTF-8. // Defaults to ISO-8859-1 for backward compatibility -- cgit v1.2.3