[SOLVED] Quarantine lifteime not applied

AirForLife

Member
Mar 21, 2019
24
1
8
37
Hi,
We have a cluster of two hosts.
On master node all emails past lifetime are deleted from spam/virus quarantine.
On second node, all old emails are kept in both spam and virus quarantines, ignoring lifetime values.

Any way to fix it or troubleshoot it ? Second node is getting low on disk space.
 
The cleaning of the quarantine happens via the 'pmgspamreport.timer' which runs (via the corresponding .service):
* `pmgqm send --timespan yesterday`
* `pmgqm purge`
the second one should clean the quarantine

-> Check the journal about the past invocations of the timer
-> run `pmgqm purge --check 1` to see what would get deleted

I hope this helps!
 
  • Like
Reactions: AirForLife