From owner-freebsd-current@FreeBSD.ORG Sat Jul 3 07:56:59 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C792716A4CE for ; Sat, 3 Jul 2004 07:56:59 +0000 (GMT) Received: from smtp004.bizmail.sc5.yahoo.com (smtp004.bizmail.sc5.yahoo.com [66.163.175.81]) by mx1.FreeBSD.org (Postfix) with SMTP id B214043D48 for ; Sat, 3 Jul 2004 07:56:59 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from unknown (HELO optimator.noacks.org) (noackjr@supercrime.org@70.240.179.20 with login) by smtp004.bizmail.sc5.yahoo.com with SMTP; 3 Jul 2004 07:56:59 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 455D561D2; Sat, 3 Jul 2004 02:56:58 -0500 (CDT) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16466-06-3; Sat, 3 Jul 2004 02:56:55 -0500 (CDT) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 12BE96171; Sat, 3 Jul 2004 02:56:55 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by compgeek.noacks.org (8.12.11/8.12.11) with ESMTP id i637usiA051899; Sat, 3 Jul 2004 02:56:54 -0500 (CDT) (envelope-from noackjr@alumni.rice.edu) Message-ID: <40E666C5.6030205@alumni.rice.edu> Date: Sat, 03 Jul 2004 02:56:53 -0500 From: Jon Noack User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040629) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Stefan_E=DFer?= References: <20040702184925.8C3CC5D08@ptavv.es.net> <20040702193114.GA15321@StefanEsser.FreeBSD.org> In-Reply-To: <20040702193114.GA15321@StefanEsser.FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at noacks.org cc: Roman Kurakin cc: freebsd-current@FreeBSD.org cc: Will Saxon Subject: Re: HEADSUP: ibcs2 and svr4 compat removed, linux to follow X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 07:56:59 -0000 On 07/02/04 14:31, Stefan Eßer wrote: > On 2004-07-02 11:49 -0700, Kevin Oberman wrote: >>> Yup. PGP sign everything, and make sure that your keys don't >>> ever get stolen or compromised. That makes it much harder for >>> someone to successfully impersonate you. >> >> The hitch (for those using Mozilla) is that it supports s/mime, not >> PGP. I believe that there is a plugin out there somewhere to add >> PGP capability, but I have never tried it as I don't use Mozilla to >> send mail. > > > There is EnigMail, which works quite well with both Mozilla and > Mozilla-Thunderbird: > > http://enigmail.mozdev.org/ For Thunderbird you now have to manually compile it as the new Extensions system of 0.7+ no longer allows globally installed "plugins" (see the IGNORE message of the mail/enigmail-thunderbird port). Jon