1

Topic: No SOGo Option During Installation

==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
====

I am using OpenBSD 5.6 amd64, I don't see the Option to install SOGo using iRedMail-0.9.0 but I can see when using Ubuntu 14.04  64-bits. Kindly advice.

----

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

2

Re: No SOGo Option During Installation

Thanks for your feedback, it's a bug in iRedMail-0.9.0. here's patch for iRedMail-0.9.0 to fix this issue:

diff -r aa7f013d70e3 iRedMail/dialog/optional_components.sh
--- a/iRedMail/dialog/optional_components.sh    Mon Jan 05 11:01:54 2015 +0800
+++ b/iRedMail/dialog/optional_components.sh    Thu Jan 08 22:28:39 2015 +0800
@@ -39,6 +39,7 @@
 elif [ X"${DISTRO}" == X'OPENBSD' ]; then
     # No sql/ldap auth module for Nginx.
     export DIALOG_SELECTABLE_AWSTATS='NO'
+    export DIALOG_SELECTABLE_SOGO='YES'
 fi
 
 # Construct dialog menu list

Note: patch iRedMail first, then run iRedMail installer (bash iRedMail.sh).

3

Re: No SOGo Option During Installation

I have no idea of how to patch iRedMail. Can I get the how to patch?

4

Re: No SOGo Option During Installation

It's ok, just redownload iRedMail-0.9.0 from our website, it contains this fix.