1

Topic: Increase administrator log storage time

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.6.3 MARIADB edition.
- Deployed with iRedMail Easy or the downloadable installer? downloadable installer
- Linux/BSD distribution name and version: AlmaLinux release 9.3 (Shamrock Pampas Cat)
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? Yes
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Is it possible increase the time of administrator's log is stored in the database?

----

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

2

Re: Increase administrator log storage time

How long do you need to keep the admin log? Defaults to 365 days.
You can override default setting by appending this line to /opt/www/iredadmin/settings.py, change 365 to whatever integer number you want. No need to restart "iredadmin" service in this case.

IREDADMIN_LOG_KEPT_DAYS = 365