From owner-freebsd-questions Sun Jun 7 08:09:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA11565 for freebsd-questions-outgoing; Sun, 7 Jun 1998 08:09:53 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from colossus.dyn.ml.org (dburr@206-18-115-148.la.inreach.net [206.18.115.148]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA11521 for ; Sun, 7 Jun 1998 08:09:29 -0700 (PDT) (envelope-from dburr@colossus.dyn.ml.org) Received: (from dburr@localhost) by colossus.dyn.ml.org (8.8.8/8.8.7) id IAA21336; Sun, 7 Jun 1998 08:10:45 -0700 (PDT) (envelope-from dburr) Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199806071356.IAA28093@mutsgo.kf7nn.com> Date: Sun, 07 Jun 1998 08:10:44 -0700 (PDT) Organization: Computer Help From: Donald Burr To: mail account Subject: RE: pgp Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My secret spy satellite informs me that on 07-Jun-98, mail account wrote: > I would like to automatically forward my mail from one account to > another > and i am doing this now with a .forward file but i would also like to > encrypt it using pgp before sending it out over the internet. > > how would i go about doing this? .forward files can forward not only to other addresses, but to programs as well (including shell scripts). So, for example, write a sciprt "/home/foo/bin/pgpforward" that does something like: #!/bin/sh cat | | mail you@isp.com then put "|/home/foo/bin/pgpforward" in your .forward file. --- Donald Burr - Ask for my PGP key | PGP: Your WWW HomePage: http://DonaldBurr.base.org/ ICQ #1347455 | right to Address: P.O. Box 91212, Santa Barbara, CA 93190-1212 | 'Net privacy. Phone: (805) 957-9666 FAX: (800) 492-5954 | USE IT. ----------------------------------------------------------------------- *** NOTE: does not seem to be working at this time. Until told otherwise, please e-mail me at , Thanks ----------------------------------------------------------------------- FreeBSD - Turning PCs into Workstations - http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message