diff options
author | thomascube <thomas@roundcube.net> | 2006-02-19 18:34:34 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-02-19 18:34:34 +0000 |
commit | f88d417c96119b8e50297b930b14fe6ff9a1c5ed (patch) | |
tree | 7fc906e485f9a716c0855000ee20cd017587e0ad /config/main.inc.php.dist | |
parent | 0615a69974d0101d3159511d416bb2c75ffa1ad9 (diff) |
Applied several patches
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | config/main.inc.php.dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 3b6e4435e..28abcb652 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -47,6 +47,11 @@ $rcmail_config['mail_domain'] = 'roundcube.net'; // 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 col +$rcmail_config['virtuser_query'] = ''; + // use this host for sending mails. // to use SSL connection, set ssl://smtp.host.com // if left blank, the PHP mail() function is used |