1

Topic: how to install sogo2 during iredmail installation?

==== Required information ====
- iRedMail version (check /etc/iredmail-release): lastest
- Linux/BSD distribution name and version: 
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  ldap
- Web server (Apache or Nginx): nginx
- Manage mail accounts with iRedAdmin-Pro? yes
- Related log if you're reporting an issue:
====

Hello , i'd prefer to use sogo2 , but i got problem with mail delegations after downgrade. Now i try to find why.
And i'd lke to install test iredmail instance with sogo2.

i changed iRedMail-0.9.6/conf/sogo. export SOGO_VERSION='2' to export SOGO_VERSION='2' , but iredmail installation script installed version 3.

----

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

2

Re: how to install sogo2 during iredmail installation?

Good, it's hardcoded in packages.sh

  ECHO_INFO "Enable apt repo for SOGo: ${SOGO_PKG_MIRROR}"
            if ! grep "${SOGO_PKG_MIRROR}" /etc/apt/sources.list &>/dev/null; then
                if [ X"${DISTRO}" == X'DEBIAN' ]; then
                    echo "deb ${SOGO_PKG_MIRROR}/SOGo/nightly/3/debian ${DISTRO_CODENAME} ${DISTRO_CODENAME}" >> /etc/apt/sources.list
                elif [ X"${DISTRO}" == X'UBUNTU' ]; then
                    echo "deb ${SOGO_PKG_MIRROR}/SOGo/nightly/3/ubuntu ${DISTRO_CODENAME} ${DISTRO_CODENAME}" >> /etc/apt/sources.list
                fi
            fi