1

Topic: iRedadmin Pro Mysql - Logs not available

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

We recently purchased and configured iRedadmin Pro Mysql.
We are not able to see any logs on admin panel like Sent Mail, Received Mail, Quarantined Mails.
only Admin logs are available
Is there any settings required for that or some issue with that ?

One more question: How do we check in here if some users received emails rejected in iRedmail for any reason ?

Thank you in Advance

----

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

2

Re: iRedadmin Pro Mysql - Logs not available

it wrote:

We are not able to see any logs on admin panel like Sent Mail, Received Mail, Quarantined Mails.

Do you have Amavisd related SQL database info set in iRedAdmin-Pro config file?

it wrote:

One more question: How do we check in here if some users received emails rejected in iRedmail for any reason ?

You can check it in iRedAPD log file: /var/log/iredapd.log. If you're running iRedAPD-1.6.0 and have below settings in its config file (/opt/iredapd/settings.py), it will log rejection in SQL database and you can view them with iRedAdmin (System -> Admin Logs).

# Log reject (and other non-DUNNO) action in iRedAdmin SQL database
log_action_in_db = True
iredadmin_db_server = '127.0.0.1'
iredadmin_db_port = '3306'
iredadmin_db_name = 'iredadmin'
iredadmin_db_user = 'iredadmin'
iredadmin_db_password = 'password'