Roundcube Community Forum

Release Support => Release Discussion => Topic started by: mark01 on June 02, 2010, 12:52:23 PM

Title: virtuser file
Post by: mark01 on June 02, 2010, 12:52:23 PM
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
Title: virtuser file
Post by: alec on June 02, 2010, 02:25:03 PM
You need to appy this patch.
Title: virtuser file
Post by: alec on June 02, 2010, 02:26:08 PM
You need to appy this patch. Changeset 3560 ? Roundcube Webmail (http://trac.roundcube.net/changeset/3560)