1

Topic: iRedAdmin-Pro-SQL-5.1 adding SOGo after install

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

I have found information how to install SOGo after install iRedMail but I have iRedAdmin-Pro-SQL and I do not now what to do in this case.

best regards
Rafal

----

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

2

Re: iRedAdmin-Pro-SQL-5.1 adding SOGo after install

Unfortunately, you have to install and configure SOGo manually by following our (slightly out of date) tutorial:
https://docs.iredmail.org/sogo-centos-6-mysql.html
https://docs.iredmail.org/sogo-centos-6-openldap.html

3

Re: iRedAdmin-Pro-SQL-5.1 adding SOGo after install

Thank you for this quide it helps but I have installed the second instance of the iRedMail and I have resolved the issues.

1. the sogo repository has new a location
baseurl= packages.sogo.nu/nightly/5/rhel/$releasever/$basearch


2. additionaly I had to execute

ALTER VIEW sogo.users (c_uid, c_name, c_password, c_cn, mail, domain, c_webmail, c_calendar, c_activesync) AS SELECT username, username, password, name, username, domain, enablesogowebmail, enablesogocalendar, enablesogoactivesync FROM vmail.mailbox WHERE enablesogo=1 AND active=1;

best regards
Rafal