1

Topic: SoGo installation on top of already installed server

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.9 MARIADB edition., but will be updated
- Deployed with iRedMail Easy or the downloadable installer? downloadable installer
- Linux/BSD distribution name and version: Debian 9 (stretch)
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): nginx
- Manage mail accounts with iRedAdmin-Pro? yes
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Hello,
I have iRedmail with iRedAdmin-Pro-SQL and after some time of using it (2 years), the customer decided to start using SoGo groupware, becasue they want to use shared calendars. Is it possible to put somehow the SoGo Groupware on top of current deployment without breaking the already running server?

Thank you,
P.

----

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

2

Re: SoGo installation on top of already installed server

If you still have the iRedMail-0.9.9 directory (e.g. /root/iRedMail-0.9.9) which used to perform the initial iRedMail installation, you can add one line in iRedMail-0.9.9/config:

export USE_SOGO=YES

Then re-run the iRedMail installer: "bash iRedMail.sh". It will ask you whether or not to use detected existing config file (iRedMail-0.9.9/config), please answer "y" (means YES), then it will install the newly enabled SOGo groupware for you.

WARNING: This is applicable if you didn't upgrade your server yet and still running iRedMail-0.9.9.

3

Re: SoGo installation on top of already installed server

Thank you, this helped.