1

Topic: Sent / Received/ quarantined mails Logs history

Hi,
we have purchased latest LDAP version of Iredmail  pro 1 week back.
We observed a alert "logs older than 7 days will be deleted from database permanently".
But we want to store our logs history for verification in future.
How we can do this? where is the logs are getting stored?

----

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

2

Re: Sent / Received/ quarantined mails Logs history

You can find below parameter in iRedAdmin-Pro-LDAP-[VERSION]/libs/settings.py, please set a proper value for you:

AMAVISD_REMOVE_MAILLOG_IN_DAYS = 7 
AMAVISD_REMOVE_QUARANTINED_IN_DAYS = 7 

It's recommended to create file libs/settings_local.py and COPY these two parameters/values to it.