1

Topic: FreeBSD bug report

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: FreeBSD 10.1
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): PGSQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue: /var/log/uwsgi-iredadmin.log
====

My fresh installation of iRedMail-0.9.2 forgot to install py27-Jinja2.
Accessing iredadmin is not possible without the jinja2 module.
'pkg install py27-Jinja2' fixes the issue.

By the way, FreeBSD has added a port for SoGo a few days ago. Would be great to see support in the next version of iRedMail builtin!

Thanks and keep up the great work.

----

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

2

Re: FreeBSD bug report

corv wrote:

My fresh installation of iRedMail-0.9.2 forgot to install py27-Jinja2.
Accessing iredadmin is not possible without the jinja2 module.
'pkg install py27-Jinja2' fixes the issue.

Thanks for the feedback, already fixed in iRedMail development edition. I will re-pack iRedMail-0.9.2 with this fix since it just impacts the installation.

corv wrote:

By the way, FreeBSD has added a port for SoGo a few days ago. Would be great to see support in the next version of iRedMail builtin!

I enabled SOGo on FreeBSD with last commit, but looks like there're 2 issues with this port:

1) no rc script /usr/local/etc/rc.d/sogod. It's listed in `pkg list sogo`, but no such file.
2) No user/group created: sogod:sogod.

I reported these issues to port maintainer yesterday, no reply yet. Let's wait.

3

Re: FreeBSD bug report

UPDATE: The latest iRedMail development edition has SOGo fully working.

Thanks to the port maintainer Euan Thoms for helping fix port issue.

4

Re: FreeBSD bug report

ZhangHuangbin wrote:

UPDATE: The latest iRedMail development edition has SOGo fully working.

Thanks to the port maintainer Euan Thoms for helping fix port issue.

That's great news!

What is the preferred way of getting SoGo? Wait for iredmail release with SoGo support or install SoGo port next to it now?

5

Re: FreeBSD bug report

You can try to install port www/sogo manually. Then follow our tutorial to configure it:
http://www.iredmail.org/docs/ (Search 'sogo')