From owner-freebsd-questions@FreeBSD.ORG Tue Jul 12 06:17:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D688A16A41F for ; Tue, 12 Jul 2005 06:17:11 +0000 (GMT) (envelope-from yokean1@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E98443D5F for ; Tue, 12 Jul 2005 06:17:11 +0000 (GMT) (envelope-from yokean1@gmail.com) Received: by wproxy.gmail.com with SMTP id 57so982314wri for ; Mon, 11 Jul 2005 23:17:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LNmEqFJhNyokJCTHxDm87Kl4jWqS07Jsaczj6q97kmoPLCVN7Af3aslThLjf4V4l9L8y1VhNBeurrqxfDyl4LZJkymYmWQS0LYkRQWI8YGuR95wcpnsoxXz+7GqmLLgTaTs7Vz9wPsaGNl9SAy1P8Iz33ykl6lC4we706Nf+nm0= Received: by 10.54.7.78 with SMTP id 78mr4476349wrg; Mon, 11 Jul 2005 23:16:09 -0700 (PDT) Received: by 10.54.153.20 with HTTP; Mon, 11 Jul 2005 23:16:09 -0700 (PDT) Message-ID: <80b681a505071123165c0f1158@mail.gmail.com> Date: Tue, 12 Jul 2005 14:16:09 +0800 From: Ann Lee To: "scuba@centroin.com.br" In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <80b681a50507110125a87ed87@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Expire undeleted mail older than specified age X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ann Lee List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jul 2005 06:17:12 -0000 Hi Marcelo, Well, i have copied the perl script of expire_mail.pl in /usr/local/sbin/expire_mail.pl. And put the following into my cron job: 0 23 * * 3 /usr/local/sbin/expire_mail -l -M -a 60 /var/mail/* Seems not work. So i run the command manually and found that /usr/local/sbin/expire_mail: Command not found. Do i missed out any steps?=20 Cheers, Ann On 7/11/05, scuba@centroin.com.br wrote: > Hi, >=20 > I use a perl script called expire_mail.pl. > Search google for it=B4s name, it=B4s simple and can be used from > cron. >=20 > - Marcelo Souza >=20 > On Mon, 11 Jul 2005, Ann Lee wrote: >=20 > |Hi , > | > |Does anyone know how could I make "expire_age" - Expire undeleted mail > |older than specified age in freebsd v4.8..Any quick command that I can > |run to delete off for unread messages for /var/mail/root. Coz I would > |like to do a rotation job to auto-housekeeping my mail folder. > | > |Thanks in advance. > | > |Cheers, > |Ann > |_______________________________________________ > |freebsd-questions@freebsd.org mailing list > |http://lists.freebsd.org/mailman/listinfo/freebsd-questions > |To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.= org" > | >=20 >=20 > - Marcelo >=20 >=20 >