Author Topic: virtuser file  (Read 3804 times)

Offline mark01

  • Newbie
  • *
  • Posts: 1
virtuser file
« 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@domain.de 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@domain.de 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

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
virtuser file
« Reply #1 on: June 02, 2010, 02:25:03 PM »
You need to appy this patch.

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
virtuser file
« Reply #2 on: June 02, 2010, 02:26:08 PM »
You need to appy this patch. Changeset 3560 ? Roundcube Webmail