1

Topic: SoGo - How to install after the fact

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): v0.9.9
- Deployed with iRedMail Easy or the downloadable installer? Installer
- Linux/BSD distribution name and version: Ubuntu 18.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MariaDB
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

I successfully installed iRedMail and got it going quite smoothly. Thank you for that!
But now, I'd like to integrate contacts & calendars, too.

- Do I understand it right, that iRedMail does not support this on its own but relies on SoGo for that?
- Is SoGo free, or do I have to pay for it?
- How can I install and "integrate" (if at all) SoGo into my running iRedMail?

Thank you for any help or hint.

----

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

2

Re: SoGo - How to install after the fact

Emma2 wrote:

- Do I understand it right, that iRedMail does not support this on its own but relies on SoGo for that?

Yes.

Emma2 wrote:

- Is SoGo free, or do I have to pay for it?

SOGo is free and open source software, you don't need to pay. Thanks to open source world.

Emma2 wrote:

- How can I install and "integrate" (if at all) SoGo into my running iRedMail?

Try this:

1. Go to your iRedMail installation directory. for example, '/root/iRedMail-0.9.9/'. I hope you still have this directory on your server, do you? This directory contains one file called "config", it stores the sensitive info of your iRedMail installation. Also another file "runtime/install.status", it stores the detail of installation, iRedMail installer can read it and detect which installation steps were finished.

2. Open the "config" file (/root/iRedMail-0.9.9/config), Add one line in it:

export USE_SOGO="YES"

3. Run iRedMail installer again:

bash iRedMail.sh

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

3

Re: SoGo - How to install after the fact

Thanks a lot for your support.
Anyway, I now saw that SOGo actually was installed initially :-)
So, everything is fine for me - and thanks for that terrific iRedMail tool!