26

Re: iRedAdmin-Pro 2.9.0 - Upgrade

nuwinfo wrote:

AttributeError: 'module' object has no attribute 'mlmmjadmin_api_auth_token'

Do you have api auth token defined in /opt/mlmmjadmin/settings.py? like below:

api_auth_tokens = ['xxx']

If yes, copy one of the tokens to /opt/www/iRedAdmin-Pro-SQL-2.9.0/settings.py like this:

mlmmjadmin_api_auth_token = 'xxx'

Then restart uwsgi service.

----

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

27

Re: iRedAdmin-Pro 2.9.0 - Upgrade

ZhangHuangbin wrote:
nuwinfo wrote:

AttributeError: 'module' object has no attribute 'mlmmjadmin_api_auth_token'

Do you have api auth token defined in /opt/mlmmjadmin/settings.py? like below:

api_auth_tokens = ['xxx']

If yes, copy one of the tokens to /opt/www/iRedAdmin-Pro-SQL-2.9.0/settings.py like this:

mlmmjadmin_api_auth_token = 'xxx'

Then restart uwsgi service.

I wrote dropped you a line to support@iredmail.org.

28

Re: iRedAdmin-Pro 2.9.0 - Upgrade

sayso wrote:
dsp3 wrote:

In Dashboard, info isn't displayed. For instance:

 Top Senders
103    <>
Top Recipients
121    <>

No names.

Same problem here. FYI

Same here now. BTW - this was fixed via ticket (99USD) after previuos update in January, and after update showed up again. Please advise on this ?

29

Re: iRedAdmin-Pro 2.9.0 - Upgrade

bigweb wrote:

Same here now. BTW - this was fixed via ticket (99USD) after previuos update in January, and after update showed up again. Please advise on this ?

This is not a bug. You can try to fix it with steps below:

- Login to iRedAdmin-Pro as global admin
- Release or delete quarantined emails
- Login to MySQL database as root user, run SQL commands below:

TRUNCATE msgs;
TRUNCATE msgrcpt;
TRUNCATE maddr;

- Wait for some new inbound/outboug emails, then login to iRedAdmin-Pro to check the Dashboard again.