1

Topic: RoundCube 0.3 is out

Just thought I'd let everyone know that Roundcube 0.3 is out. hooray

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: RoundCube 0.3 is out

Change (LDAP) Password plugin doesn't work. So i consider waiting for 0.3.1.

3

Re: RoundCube 0.3 is out

Change (LDAP) Password plugin works on my iredmail install.
You need to :
#pear upgrade --force pear
#pear install Net_LDAP2

4

Re: RoundCube 0.3 is out

mael wrote:

Change (LDAP) Password plugin works on my iredmail install.
You need to :
#pear upgrade --force pear
#pear install Net_LDAP2

Great news, i will consider integrating it in iRedMail-0.5.1.

Big thanks for your testing and feedback smile

5

Re: RoundCube 0.3 is out

I forgot :
in roundcube/installer/check.php, modify line
define('MIN_PHP_VERSION', '5.2.0');
with
define('MIN_PHP_VERSION', '5.1.6');

6

Re: RoundCube 0.3 is out

mael wrote:

define('MIN_PHP_VERSION', '5.1.6');

It's ok, we didn't use roundcube installer.