From owner-freebsd-isp Wed Jul 12 14:32:58 2000 Delivered-To: freebsd-isp@freebsd.org Received: from ns.internet.dk (ns.internet.dk [194.19.140.1]) by hub.freebsd.org (Postfix) with ESMTP id C8F2A37BC07 for ; Wed, 12 Jul 2000 14:32:53 -0700 (PDT) (envelope-from leifn@neland.dk) Received: (from uucp@localhost) by ns.internet.dk (8.9.3/8.9.3) with UUCP id XAA87917 for freebsd-isp@FreeBSD.ORG; Wed, 12 Jul 2000 23:32:46 +0200 (CEST) (envelope-from leifn@neland.dk) Received: from gina (gina.neland.dk [192.168.0.14]) by arnold.neland.dk (8.9.3/8.9.3) with SMTP id XAA03034 for ; Wed, 12 Jul 2000 23:26:02 +0200 (CEST) (envelope-from leifn@neland.dk) Message-ID: <00dc01bfec47$cdb9c400$0e00a8c0@neland.dk> Reply-To: "Leif Neland" From: "Leif Neland" To: Subject: encrypting outgoing mail Date: Wed, 12 Jul 2000 23:21:31 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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