Gnus development mailing list
 help / color / mirror / Atom feed
* Getting started: splitting mail, SMIME, local copies
@ 2012-12-11 20:03 bromley
  2012-12-11 20:31 ` Burton Samograd
  2012-12-12  8:54 ` Alberto Luaces
  0 siblings, 2 replies; 12+ messages in thread
From: bromley @ 2012-12-11 20:03 UTC (permalink / raw)
  To: ding

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






^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-12-18 20:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-11 20:03 Getting started: splitting mail, SMIME, local copies bromley
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

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).