Posts by gerusu
-
-
Hi all,
Sorry for the late response; I left home and now I'm at the office.
No, I have not restored the previous SpamAssassin plugin configuration file. This setup is more for tests, but I am prepare to upgrade installations of production servers. So...
The old Spamassassin plugin was installed before the appearance of the i-masp version 1.2.3.Thanks,
George -
-
-
Maybe you should also change here:
https://github.com/i-MSCP/plug…dcubePlugins#requirements -
I can't install. I found this error in Plugin_module_RoundcubePlugins.log:
Quote[Tue Mar 17 17:11:25 2015] [error] Plugin::RoundcubePlugins::_checkVersion: Your Roundcube version 1.1.0 is not compatible with this plugin version. Please check the documentation.
I found in RoundCubePlugins.pm:
Code- sub _checkVersion
- {
- my $self = $_[0];
- # Check the Roundcube version
- # TODO Should be done on PHP side
- tie %{$self->{'ROUNDCUBE'}}, 'iMSCP::Config', 'fileName' => "$main::imscpConfig{'CONF_DIR'}/roundcube/roundcube.data";
- if(version->new($self->{'ROUNDCUBE'}->{'ROUNDCUBE_VERSION'}) > version->new('0.9.5')) {
- error("Your Roundcube version $self->{'ROUNDCUBE'}->{'ROUNDCUBE_VERSION'} is not compatible with this plugin version. Please check the documentation.");
- return 1;
- }
- 0;
- }
-
Hi,
I have an installation of i-mscp version 1.2.2. RoundCube is version 1.1 .
How can I use RoundCubePlugins?
How to downgrade RoundCube to version 0.9?
There is the intention to make RoundCubePlugins work with RoundCube version 1.1?Thanks,
Geo