From owner-freebsd-isp Sun Sep 5 22:46: 5 1999 Delivered-To: freebsd-isp@freebsd.org Received: from heaven.gigo.com (heaven.gigo.com [209.0.55.69]) by hub.freebsd.org (Postfix) with ESMTP id 5B6B414DDC for ; Sun, 5 Sep 1999 22:46:04 -0700 (PDT) (envelope-from jfesler@gigo.com) Received: from heaven.gigo.com (heaven.gigo.com [209.0.55.69]) by heaven.gigo.com (Postfix) with ESMTP id D33FC78F; Sun, 5 Sep 1999 22:39:53 -0700 (PDT) Date: Sun, 5 Sep 1999 22:39:50 -0700 (PDT) From: To: jahanur Cc: freebsd-isp@freebsd.org Subject: Re: Forwarding mail In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > computer expert). Without going through each one or her email, is there > any way I can forward those email to a different email address. 1: install the procmail package. specifically, you need formail for this task from the procmail task. 2: cat /var/mail/luser | formail -s /usr/sbin/sendmail luser@newaddress This will take a while to run - sendmail will get ran once for every single message. You may be able to optimize this based on your unix skill level; however, on the most basic of levels, this will get teh job done. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message