Hey everyone,
In the main.inc.php file you have this.
// Path to a virtuser table file to resolve user names and e-mail addresses $rcmail_config['virtuser_file'] = '';
Now my web-host requires that I login with something different then my @domain-name.com address. So i'm guessing the above config line will handle this.
My question is... what does the mysql table have to look like? Such as tables names and the format that data is inserted into them.
And I guess i would just put the table name like $rcmail_config['virtuser_file'] = 'vusers'; Correct?
Thanks, ~ROB~