1

Topic: cluebringer not installed when using MariaDB?

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

Looks like everything installed perfectly except for cluebringer.

"The requested URL /cluebringer/ was not found on this server."

How can I install it after the fact? Looks like maybe a bug in the functions/cluebringer.sh (excerpt below)?

    # Configure webui.
    if [ X"${BACKEND}" == X'OPENLDAP' -o X"${BACKEND}" == X'MYSQL' ]; then

Maybe it needs to say if backend is OpenLDAP or MYSQL or MariaDB?

----

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

2

Re: cluebringer not installed when using MariaDB?

Cluebringer webui is not accessible with Nginx. It's mentioned in iRedMail-0.9.0 release notes:
http://www.iredmail.org/forum/topic8443 … eased.html

3

Re: cluebringer not installed when using MariaDB?

I'm not using nginx, I'm using apache-2.4.7

4

Re: cluebringer not installed when using MariaDB?

/etc/apache2/conf-enabled/cluebringer.conf says the webui files should be in /usr/share/postfix-cluebringer-webui/webui

but no such directory exists. Where do I get the contents of this directory?

5

Re: cluebringer not installed when using MariaDB?

After "apt-get install postfix-cluebringer-webui", it looks like the UI starts, but when I click on anything, I see:

Error connecting to Policyd v2 DB: could not find driver

Must be missing some other component now!

Thanks for any help.

6

Re: cluebringer not installed when using MariaDB?

Do you have package 'postfix-cluebringer-webui' installed?

7

Re: cluebringer not installed when using MariaDB?

Yes. I do now. See above. Thank you for your help.

8

Re: cluebringer not installed when using MariaDB?

Please update /etc/cluebringer/cluebringer-webui.conf to use correct SQL username/password.

9 (edited by kayvan 2015-02-25 15:40:26)

Re: cluebringer not installed when using MariaDB?

Thank you. That worked. I used the credentials from the "setup email" that iRedMail sent me when I installed it.

I still think there was some sort of bug that didn't install (or configure) the postfix-cluebringer-webui, but it was easy enough to fix afterwards.