From owner-freebsd-isp@FreeBSD.ORG Wed May 28 09:31:01 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32DA637B408 for ; Wed, 28 May 2003 09:31:01 -0700 (PDT) Received: from mail.trident-uk.co.uk (mail.trident-uk.co.uk [81.3.89.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ABBE43F75 for ; Wed, 28 May 2003 09:30:58 -0700 (PDT) (envelope-from jamie@tridentmicrosystems.co.uk) Received: from localhost (localhost.pe.trident-uk.co.uk [127.0.0.1]) by mail.trident-uk.co.uk (Postfix) with ESMTP id F1662E2D; Wed, 28 May 2003 17:30:30 +0100 (BST) Received: from trinity (unknown [81.3.89.60]) by mail.trident-uk.co.uk (Postfix) with ESMTP id 2325AE2C; Wed, 28 May 2003 17:30:30 +0100 (BST) Content-Type: text/plain; charset="iso-8859-1" From: Jamie Heckford Organization: Trident Microsystems Ltd To: ODHIAMBO Washington Date: Wed, 28 May 2003 17:31:54 +0100 X-Mailer: KMail [version 1.4] References: <20030523161900.GA12569@ns2.wananchi.com> In-Reply-To: <20030523161900.GA12569@ns2.wananchi.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200305281731.54434.jamie@tridentmicrosystems.co.uk> X-Virus-Scanned: by AMaViS perl-11 cc: freebsd-isp@freebsd.org Subject: Re: Expiring old mail in Maildir/ X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jamie@tridentmicrosystems.co.uk List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 16:31:01 -0000 On Friday 23 May 2003 5:19 pm, ODHIAMBO Washington wrote: > Hiya ISP Admins, > > > Apart from using `find`, I am wondering if someone already owns the whe= el > that can expire mail older than N number of days from users Maildir. > I used to use one by Phil Male of Information Systems Engineering Group > which was well adapted for mbox-type mailboxes, but now I have changed = to > Maildir/ > > Thanks in advance for any pointers. > We use a tool called archivemail (/usr/ports/mail/archivemail). I wrote a script that loops through all usernames and logs in via IMAP an= d=20 deletes messages older than 30 days. Cheers, Jamie