1 (edited by ariarantes 2012-08-15 04:19:55)

Topic: Problem with iRedAdmin-Pro

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

When access:

https://URL/iredadmin/profile/domain/general/domain.com.br

internal server error

and I can see in /var/log/apache2/error.log:

ProgrammingError: (1146, "Table 'cluebringer.throttle' doesn't exist")

I didn't find the script to create this table and it does not exist!

The tables on cluebringer database:

mysql> show tables;
+---------------------------+
| Tables_in_cluebringer     |
+---------------------------+
| access_control            |
| amavis_rules              |
| checkhelo                 |
| checkhelo_blacklist       |
| checkhelo_tracking        |
| checkhelo_whitelist       |
| checkspf                  |
| greylisting               |
| greylisting_autoblacklist |
| greylisting_autowhitelist |
| greylisting_tracking      |
| greylisting_whitelist     |
| policies                  |
| policy_group_members      |
| policy_groups             |
| policy_members            |
| quotas                    |
| quotas_limits             |
| quotas_tracking           |
| session_tracking          |
+---------------------------+
20 rows in set (0.00 sec)


Regards,

Ari

2

Re: Problem with iRedAdmin-Pro

Dear Ari,

Please disable Policyd integration in iRedAdmin config file (settings.ini), because it doesn't support postfix-cluebringer which shipped in Ubuntu-12.04.

[policyd]
enabled = False
...

Restarting Apache is required after you changed settings.ini, and a logout-relogin is required to disable Policyd integration support.

3

Re: Problem with iRedAdmin-Pro

ZhangHuangbin wrote:

Dear Ari,

Please disable Policyd integration in iRedAdmin config file (settings.ini), because it doesn't support postfix-cluebringer which shipped in Ubuntu-12.04.

[policyd]
enabled = False
...

Restarting Apache is required after you changed settings.ini, and a logout-relogin is required to disable Policyd integration support.

So it's impossible to use the policyd and iredmail with Ubuntu 12.04?

Does it work with CentOS 6.3?

Regards,

Ari

4

Re: Problem with iRedAdmin-Pro

I can confirm everything runs like clockwork on CentOS 6.3.

5

Re: Problem with iRedAdmin-Pro

ariarantes wrote:

So it's impossible to use the policyd and iredmail with Ubuntu 12.04?
Does it work with CentOS 6.3?

As harro.verton (thanks smile) says, Policyd integration works on CentOS 6.3.

6

Re: Problem with iRedAdmin-Pro

Are there any updates to this issue?

We were really looking forward to abilities of policyd, and have iRedMail installed on Ubuntu 12.04, would love to have it work.

Thanks.