1

Topic: Upgrade to RoundCube 0.3 in iRedOS 0.5.0?

Hello.

My first post here. I'm impressed with current version of iRedOs.

But I have a question: how can I upgrade RoundCube to 0.3 (latest version) without breaking things?

Current config: iRedOS 0.5.0, MySQL backend.

Thanks

----

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

2

Re: Upgrade to RoundCube 0.3 in iRedOS 0.5.0?

Roundcube-0.3 with official plugins (change password and managesieve) is enough to replace the current one (0.2.1) which shipped in iRedMail-0.5.0 and iRedOS-0.5.0.

You can download roundcube-0.3 and use a seperate httpd alias directory to test it. It should work for you smoothly, i tested it when it was released smile

Good luck.

3

Re: Upgrade to RoundCube 0.3 in iRedOS 0.5.0?

You can create another mysql db too (roundcube03 for an example).

4

Re: Upgrade to RoundCube 0.3 in iRedOS 0.5.0?

OK, I did it.

Sieve plugin was quite ok to configure, pretty much just copy old configuration.

Password plugin was a little bit "harder"  (observe the quotes), because I use plain MD5 hash as password in vmail database.

I had to change in config.inc.php (of the password plugin):
$rcmail_config['password_query'] = 'UPDATE `mailbox` SET password=%n WHERE username=%u;';
$rcmail_config['password_hash_algorithm'] = 'md5';

That was all I had to do.