// 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'] = '';
Well, I found the solution myself. I'm posting it here just in case anybody needs it too.When logging for the first time, RCmail creates an identifier for you with username@localhost as your email.
It's possible to set RCmail to get the right domain though by configuring these variables on main.inc.php:
Code:// 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'] = '';
Does anyone know how to configure this or at least know a file where DA saves this information which we could extract such information?
$rcmail_config['mail_domain'] = preg_replace("/^www\./i", "", $_SERVER['HTTP_HOST']);
$ apt-cache policy roundcube-webmail
roundcube-webmail:
Installed: 0.1-beta2-0ubuntu1
Candidate: 0.1-beta2-0ubuntu1
Version table:
*** 0.1-beta2-0ubuntu1 0
500 http://us.archive.ubuntu.com feisty/universe Packages
100 /var/lib/dpkg/status
SERVICE CURRENTLY NOT AVAILABLE!
Error No. 1f4)