Skip to content
Discussion options

You must be logged in to vote

I found out that "/etc/piler/piler.conf" is the correct config file to use.

Retention period can be determined by...
1) SQL

SELECT DISTINCT(((retained - arrived) / 60 / 60 / 24)) AS retention_period
FROM metadata
ORDER BY retention

2) Checking a single mail

cd /var/piler/tmp
pilerget ${ID of any mail} > x.eml
pilertest -m x.eml | grep retent

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by larsen0815
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant