Date: Sun, 07 Jun 1998 08:10:44 -0700 (PDT) From: Donald Burr <donburr@inreach.com> To: mail account <freebsd@mutsgo.kf7nn.com> Cc: questions@FreeBSD.ORG Subject: RE: pgp Message-ID: <XFMail.980607081044.donburr@inreach.com> In-Reply-To: <199806071356.IAA28093@mutsgo.kf7nn.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 | <pgp incantation to encrypt stdin and output to stdout> | mail you@isp.com then put "|/home/foo/bin/pgpforward" in your .forward file. --- Donald Burr <donburr@inreach.com> - 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: <dburr@POBoxes.com> does not seem to be working at this time. Until told otherwise, please e-mail me at <donburr@inreach.com>, 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.980607081044.donburr>