1

Topic: SoGo not showing up in the installer

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.4.2.
- Deployed with iRedMail Easy or the downloadable installer? downloadable installer
- Linux/BSD distribution name and version: Debian 11
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- 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 wanted to install iRedMail with SoGo, but the installer does not give me the option. According to the iRedMail website SoGo should be supported in Debian 11. Any help would be much appreciated. Thanks in advance.

----

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

2 (edited by mr-manuel 2021-11-27 19:54:16)

Re: SoGo not showing up in the installer

Hello, I had the same problem.

I checked the installation files and found, that the following lines (36, 37) in dialog/web_applications.sh were not removed yet.

    # No binary packages for Debian 11 (bullseye) yet.
    [[ X"${DISTRO_CODENAME}" == X"bullseye" ]] && export DIALOG_SELECTABLE_SOGO="NO"

I commented them out and the installation worked. Verify first, if you have installed the gnupg package. To keep it simple just run

apt update && apt install gnupg

before the iRedMail installation.

Edit: I opened a GitHub issue for this.

3

Re: SoGo not showing up in the installer

mr-manuel wrote:

Hello, I had the same problem.

I checked the installation files and found, that the following lines (36, 37) in dialog/web_applications.sh were not removed yet.

    # No binary packages for Debian 11 (bullseye) yet.
    [[ X"${DISTRO_CODENAME}" == X"bullseye" ]] && export DIALOG_SELECTABLE_SOGO="NO"

I commented them out and the installation worked. Verify first, if you have installed the gnupg package. To keep it simple just run

apt update && apt install gnupg

before the iRedMail installation.

Edit: I opened a GitHub issue for this.

Thanks! Worked like a charm.

4

Re: SoGo not showing up in the installer

Your're welcome