Hello all,
I have a question regarding Virtual Users configured via virtual_user file.
I have tried to configure it as described in the wiki but it does not work.
In main.inc.php I have enabled the virtuser_file plugin and the path to the virtuser.php file:
// ----------------------------------
// PLUGINS
// ----------------------------------
// List of active plugins (in plugins/ directory)
$rcmail_config['plugins'] = array('virtuser_file');
$rcmail_config['virtuser_file'] = 'virtuser.php';
The file virtuser.php is placed in roundcube root directory an inclused the following information:
[email protected] webxxxpx
If I try to login I get the following error Message:
IMAP Error in /var/www/html/webxxx/html/mail/program/include/rcube_imap.php (141): Authentication for
[email protected] failed (LOGIN): "a001 NO Authentication failed."
Is it correct that the E-mail adress and the login in virtuser.php is only dived by an blank?
What I am doing wrong?
Thank you for your help in advance!
Best Regards,
Mark
You need to appy this patch. Changeset 3560 ? Roundcube Webmail (http://trac.roundcube.net/changeset/3560)