From owner-freebsd-ports@FreeBSD.ORG Fri Apr 27 14:27:41 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BF09616A400 for ; Fri, 27 Apr 2007 14:27:41 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (77-99-36-42.cable.ubr04.chap.blueyonder.co.uk [77.99.36.42]) by mx1.freebsd.org (Postfix) with ESMTP id 8B8EF13C44B for ; Fri, 27 Apr 2007 14:27:41 +0000 (UTC) (envelope-from david@vizion2000.net) Received: by dns1.vizion2000.net (Postfix, from userid 1007) id 71E931CC21; Fri, 27 Apr 2007 07:39:19 -0700 (PDT) From: David Southwell Organization: Voice and Vision To: ports@freebsd.org Date: Fri, 27 Apr 2007 07:39:19 -0700 User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704270739.19254.david@vizion2000.net> Cc: Subject: certificate issuing for mail list users X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Apr 2007 14:27:41 -0000 Hi Before starting to build it I am wondering if anyone knows of a port that will do what I require. I am reluctant (and too lazy ) to want to reinvent the wheel!!! I want to issue my maillist users (using mailman) with a certificate, signed by us, that they will be asked to use to certify their identity when posting to the list. I want them to apply for the certificate using the the maillist web site and the records kept in a mysql database. Ideally I would like to incorporate certificate checking as part of the process of validating mails for posting to a list. For some lists, where we have a means of being able to be sure of user identity and a security need, I want to reject uncertified mails. In other cases I simply want to add a warning in the first line of the Body when the mail is uncertified. Thanks in advance david