From owner-freebsd-isp@FreeBSD.ORG Fri Dec 19 11:32:30 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 C1CEF16A4CE for ; Fri, 19 Dec 2003 11:32:30 -0800 (PST) Received: from otter3.centtech.com (moat3.centtech.com [207.200.51.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 620F543D1D for ; Fri, 19 Dec 2003 11:32:29 -0800 (PST) (envelope-from anderson@centtech.com) Received: from centtech.com (neutrino.centtech.com [10.177.171.220]) by otter3.centtech.com (8.12.3/8.12.3) with ESMTP id hBJJWL6T098071; Fri, 19 Dec 2003 13:32:21 -0600 (CST) (envelope-from anderson@centtech.com) Message-ID: <3FE3523D.7000701@centtech.com> Date: Fri, 19 Dec 2003 13:32:13 -0600 From: Eric Anderson User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd@celestial.com References: <20031219165302.GA51410@ns2.wananchi.com> <20031219190055.GD85955@alexis.mi.celestial.com> In-Reply-To: <20031219190055.GD85955@alexis.mi.celestial.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-isp@freebsd.org Subject: Re: Managing Maildirs X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 19:32:30 -0000 Bill Campbell wrote: >Number one above will do the trick and is far more efficient than using the >``find ...-exec'', although you might want to modify it to only nuke mail >over a certain age. To nuke all trash over 30 days old: > > find /home/*/Maildir/.Trash -type f -mtime +30 | xargs rm > On a totally unrelated note, I'm thinking about switching from mbox formatted mailboxes using imap, to a more robust and faster imap server that uses maildirs. My problem is, I have pop users, imap users, and elm/mutt/pine users on the same box. Does elm/mutt/pine work ok with maildirs? What about sendmail? What should I be looking out for? Eric -- ------------------------------------------------------------------ Eric Anderson Systems Administrator Centaur Technology All generalizations are false, including this one. ------------------------------------------------------------------