From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82589 Path: news.gmane.org!not-for-mail From: bromley@lavabit.com Newsgroups: gmane.emacs.gnus.general Subject: Getting started: splitting mail, SMIME, local copies Date: Tue, 11 Dec 2012 15:03:33 -0500 (EST) Message-ID: <50187.178.18.17.204.1355256213.squirrel@lavabit.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1355256312 17712 80.91.229.3 (11 Dec 2012 20:05:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Dec 2012 20:05:12 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M30855@lists.math.uh.edu Tue Dec 11 21:05:24 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TiW4r-0005gg-C7 for ding-account@gmane.org; Tue, 11 Dec 2012 21:05:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1TiW3H-0007eB-Q3; Tue, 11 Dec 2012 14:03:39 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1TiW3G-0007e0-2g for ding@lists.math.uh.edu; Tue, 11 Dec 2012 14:03:38 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1TiW3E-0003uG-Jv for ding@lists.math.uh.edu; Tue, 11 Dec 2012 14:03:37 -0600 Original-Received: from karen.lavabit.com ([72.249.41.33]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1TiW3C-0005jl-Vp for ding@gnus.org; Tue, 11 Dec 2012 21:03:35 +0100 Original-Received: from a.earth.lavabit.com (a.earth.lavabit.com [192.168.111.10]) by karen.lavabit.com (Postfix) with ESMTP id BB36711BE14 for ; Tue, 11 Dec 2012 14:03:33 -0600 (CST) Original-Received: from lavabit.com (178.18.17.204) by lavabit.com with ESMTP id C1230KGF8YTC for ; Tue, 11 Dec 2012 14:03:33 -0600 Original-Received: from 178.18.17.204 (SquirrelMail authenticated user bromley) by lavabit.com with HTTP; Tue, 11 Dec 2012 15:03:33 -0500 (EST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=0IAwaa6tP6Z0+zfu1ChM7MAAhQM6+0HuKi2XCKNFnayQigJjNWKp/F9JCEw/eFSBA6ixbaeQHsExqyKR3UFEsk51NWkwPie592l0uH6WQ1XoKjw7h9Sg0yPSl7DbP1OPw6l7NEFaFAsZXpnyejfWbI50u+iIa4Xj/HfGbGGJuCw=; h=Message-ID:Date:Subject:From:To:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding; User-Agent: SquirrelMail/1.4.13 X-Spam-Score: -1.8 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82589 Archived-At: I'm using IMAP & SMTP(0). 0. How can I split my mail? There is an example(1). Will it work for IMAP? Should I replace nnml with nnimap? Should I create the necessary groups before splitting? 1. How to enable SMIME? I'm familiar with GPG, but I know nothing about X.509 certificates. Is it necessary to have an X.509 certificate? I have an X.509 certificate, which is used by Postfix. I used the following to generate it: cert.sh: tmp=3D$(mktemp cert.pem.XXXXXX) openssl req -x509 -new -newkey rsa:2048 -nodes -keyout /dev/stdout \ -days $((365 * 5)) -subj "/CN=3Dmail.example.com" > $tmp chmod 0600 $tmp mv $tmp cert.pem Can I use it? (I usually use Gnus on a different machine.) What's the difference between PGP, PGP/MIME and S/MIME? 2. How to enable local copies? I'm fetching email via IMAP and replying via SMTP. How can I store the fetched and sent messages? (0) http://article.gmane.org/gmane.emacs.gnus.general/82578 (1) https://www.gnu.org/software/emacs/manual/html_node/gnus/Group-Mail-Split= ting.html