From owner-freebsd-questions@FreeBSD.ORG Tue Jul 12 06:31:30 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 794D616A41C for ; Tue, 12 Jul 2005 06:31:30 +0000 (GMT) (envelope-from yokean1@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AA7D43D45 for ; Tue, 12 Jul 2005 06:31:29 +0000 (GMT) (envelope-from yokean1@gmail.com) Received: by wproxy.gmail.com with SMTP id i20so303571wra for ; Mon, 11 Jul 2005 23:31:29 -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=unUuIOJkRKhGE0DL/mLX/wrHFiZ1yqltg2xE1F/uthZ1DxlfhPMlINV0qHTOaPnJtktr7kZsewqfxQezwKc3AOIqmmt8qnxAgzKnws8Ib9GN6gYg3yzGke+AXr/gIsMcJayqfPssJa8y6T/6Cx7UZ1a+EHCaGhNap077ua3gdD8= Received: by 10.54.32.69 with SMTP id f69mr2955873wrf; Mon, 11 Jul 2005 23:30:31 -0700 (PDT) Received: by 10.54.153.20 with HTTP; Mon, 11 Jul 2005 23:30:31 -0700 (PDT) Message-ID: <80b681a50507112330185dcd70@mail.gmail.com> Date: Tue, 12 Jul 2005 14:30:31 +0800 From: Ann Lee To: Olivier Nicole In-Reply-To: <200507120619.j6C6Jh3i011562@banyan.cs.ait.ac.th> 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> <80b681a505071123165c0f1158@mail.gmail.com> <200507120619.j6C6Jh3i011562@banyan.cs.ait.ac.th> Cc: scuba@centroin.com.br, 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:31:30 -0000 The 1st line is /usr/local/bin/perl . Trying to put in usr/local/bin/perl.... same problem. Command not found. Ann=20 On 7/12/05, Olivier Nicole wrote: > > Seems not work. So i run the command manually and found that > > /usr/local/sbin/expire_mail: Command not found. >=20 > Look at the 1st line of the script and check whether it is > /usr/bin/perl or /usr/local/bin/perl and if second that you have a > /usr/local/bin/perl. >=20 > Olivier >