Gnus development mailing list
 help / color / mirror / Atom feed
From: bromley@lavabit.com
To: ding@gnus.org
Subject: Getting started: splitting mail, SMIME, local copies
Date: Tue, 11 Dec 2012 15:03:33 -0500 (EST)	[thread overview]
Message-ID: <50187.178.18.17.204.1355256213.squirrel@lavabit.com> (raw)

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=$(mktemp cert.pem.XXXXXX)
openssl req -x509 -new -newkey rsa:2048 -nodes -keyout /dev/stdout \
  -days $((365 * 5)) -subj "/CN=mail.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-Splitting.html






             reply	other threads:[~2012-12-11 20:03 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-11 20:03 bromley [this message]
2012-12-11 20:31 ` Burton Samograd
2012-12-12  7:04   ` Matt Ford
2012-12-16 13:00   ` bromley
2012-12-16 13:17     ` Adam Sjøgren
2012-12-16 17:10       ` bromley
2012-12-16 17:24         ` Adam Sjøgren
2012-12-17 13:02           ` bromley
2012-12-17 16:28             ` Adam Sjøgren
2012-12-18 20:57               ` bromley
2012-12-18 20:59                 ` Adam Sjøgren
2012-12-12  8:54 ` Alberto Luaces

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50187.178.18.17.204.1355256213.squirrel@lavabit.com \
    --to=bromley@lavabit.com \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).