1

Topic: How to change quarantine purge time period

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

How do I change the amount of time that items are kept in quarantine. They presently appear to be kept in quarantine for ~2 weeks it seems. I want to change this to say 2 months but I cannot find where this setting might be located. Please point me to where this setting resides.

Tom

----

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

2

Re: How to change quarantine purge time period

pappastech wrote:

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

How do I change the amount of time that items are kept in quarantine. They presently appear to be kept in quarantine for ~2 weeks it seems. I want to change this to say 2 months but I cannot find where this setting might be located. Please point me to where this setting resides.

Tom

I figured this out. Added the following options to settings.py.

AMAVISD_REMOVE_MAILLOG_IN_DAYS = 30
AMAVISD_REMOVE_QUARANTINED_IN_DAYS = 60

Tom

3

Re: How to change quarantine purge time period

Be careful, if you have too many records in `amavisd` sql database, login to iRedAdmin-Pro will be slow down.