Roundcube Community Forum

 

[0.4b2] No virtuser possibility?

Started by weebi, May 16, 2010, 08:39:19 AM

Previous topic - Next topic

weebi

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!

SKaero

Virtuser is now a plugin, look in /plugins/virtuser_file/virtuser_file.php

weebi

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);

SKaero