Date: Wed, 12 Jul 2000 23:21:31 +0200 From: "Leif Neland" <leifn@neland.dk> To: <freebsd-isp@FreeBSD.ORG> Subject: encrypting outgoing mail Message-ID: <00dc01bfec47$cdb9c400$0e00a8c0@neland.dk>
next in thread | raw e-mail | index | archive | help
I've got a machine with two nic's sitting between the world and the internal network. Boss wants all outgoing mail encrypted if we have their public key. Idea: Only bind sendmail to the external nic. On the internal nic, attach a perl? script, which simulates sendmail, and accepts the mail. Then it examines the recipient adress, looks it up in a database, and if we have the public key, encrypt it with smime and pass it to sendmail. Does this seem possible? Leif 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?00dc01bfec47$cdb9c400$0e00a8c0>