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!
Virtuser is now a plugin, look in /plugins/virtuser_file/virtuser_file.php
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);
It has been fixed in the SVN http://trac.roundcube.net/ticket/1486739