1

Topic: Install RoundcubeMail after the fact

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.7
- Linux/BSD distribution name and version: Ubuntu 16.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): PGSQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

I was wondering if it is possible to repeat the installation steps just for RoundcubeMail? I didn't check the option during installation, but would really like to add it now. The installation function script is available in the folder where I unpacked the source, but it is filled with lots of environment variables and I don't think I could "just run" the installation again, since everything else is already up and running.

----

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

2

Re: Install RoundcubeMail after the fact

Re-run the iRedMail installer is not recommended, because it's not fully tested in this mode and we don't guarantee it will not mess up some config files or data.

But if this is a new iRedMail server and you understand the risk and want to give it a try, here's the steps:

- BACKUP EVERYTHING YOU THINK IT'S IMPORTANT TO YOU BEFORE WE GO FURTHER.
- Open terminal, switch working directory to the iRedMail-0.9.7 directory.
- Open file "config", append a new line in this file:

export USE_ROUNDCUBE="YES"

- Run iRedMail installer again:

bash iRedMail.sh

When it asks you whether or not to use existing config file, choose yes.