> On 7 Feb 2016, at 02:50, Tom Johnson wrote:
>
> I have some users where I'd like to expunge their mail at different times.
>
> For example, I may have some users who I want to expunge everything from
> every folder at 30 days.
>
> Others where I'd like to expunge everything at 90 days.
>
> On 7 Feb 2016, at 10:17, Haravikk wrote:
>
>
>> On 7 Feb 2016, at 02:50, Tom Johnson wrote:
>>
>> I have some users where I'd like to expunge their mail at different times.
>>
>> For example, I may have some users who I want to expunge everything from
>> every folder at 30 days.
>>
>>
If have a Bash script I invoke from cron that iterates thru /home looking for a control file in each users Maildir that looks
like this:
/home/bill/Maildir/maildir.dovecot.purge.conf
#Mailbox : KeepDays
#
#INBOX
> On 07 Feb 2016, at 04:50, Tom Johnson wrote:
>
> I have some users where I'd like to expunge their mail at different times.
>
> For example, I may have some users who I want to expunge everything from
> every folder at 30 days.
>
> Others where I'd like to expunge everything at 90 days.
>
> On Feb 7, 2016, at 10:59 AM, Timo Sirainen wrote:
>> On 07 Feb 2016, at 04:50, Tom Johnson wrote:
>>
>> I have some users where I'd like to expunge their mail at different times.
>>
>>
>> Is there a way to do some sort of lookup for this? Or is this beyond the
>> ability of the au