Date: Sun, 5 Sep 1999 22:39:50 -0700 (PDT) From: <jfesler@gigo.com> To: jahanur <jahanur@jjsoft.com> Cc: freebsd-isp@freebsd.org Subject: Re: Forwarding mail Message-ID: <Pine.BSF.4.05.9909052237340.97434-100000@heaven.gigo.com> In-Reply-To: <Pine.BSF.3.96.990906001410.27369B-100000@runner.jjsoft.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9909052237340.97434-100000>