1 (edited by irmNewb 2016-05-13 22:19:06)

Topic: Roundcube directory location

==== Required information ====
- iRedMail version (check /etc/iredmail-release):
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- Related log if you're reporting an issue:
======== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.4 upgrading to 0.9.5
- Linux/BSD distribution name and version: Debian 8 Jessie
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue:
====

Trying to upgrade iRedMail, i get stuck at trying to upgrade Roundcubemail (https://github.com/roundcube/roundcubemail/wiki/Upgrade)
I need to bin/installto.sh <your-existing-roundcube-directory>

According to http://www.iredmail.org/docs/file.locat … be-webmail the location of my roundcube directory should be /usr/share/apache2/roundcubemail but such a directory does not exist (neither roundcubemail-x.y.z).

So how can i upgrade Roundcubemail? Where is the existing roundcube directory located?

----

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

2

Re: Roundcube directory location

I assume you are using Roundcube and not SOGO.
Maybe you can find it with:
find / -name roundcubemail

3

Re: Roundcube directory location

Amazing command. Thanks for your fast help. The correct Roundcube location on Debian 8 Jessie is /opt/www/roundcubemail

4

Re: Roundcube directory location

Updated the document with this fix. Thanks for the feedback.
http://www.iredmail.org/docs/file.locat … be-webmail