Roundcube Community Forum

Release Support => Pending Issues => Topic started by: weebi on May 16, 2010, 08:39:19 AM

Title: [0.4b2] No virtuser possibility?
Post by: weebi on May 16, 2010, 08:39:19 AM
Hi,

I used some roundcube versions which offered me the possbility to create a virtuser file. I did not find the virtuser settings in the config of version 0.4 beta 2.

Is this feature missing or replaced by another feature?

Thanks!
Title: [0.4b2] No virtuser possibility?
Post by: SKaero on May 16, 2010, 09:58:22 AM
Virtuser is now a plugin, look in /plugins/virtuser_file/virtuser_file.php
Title: [0.4b2] No virtuser possibility?
Post by: weebi on May 17, 2010, 06:48:05 AM
Hi,

thanks for your quick reply. It works fine, but I think, it's a bug in the virtuser_file.php

Line 90 has to be changed to:

$virtual = file($this->file);
Title: [0.4b2] No virtuser possibility?
Post by: SKaero on May 17, 2010, 06:59:11 AM
It has been fixed in the SVN http://trac.roundcube.net/ticket/1486739