Gnus development mailing list
 help / color / mirror / Atom feed
From: Andi Hechtbauer <anti@spin.de>
Cc: ding@gnus.org
Subject: Re: encrypted pop/imap?
Date: 17 Dec 1999 13:36:57 +0100	[thread overview]
Message-ID: <m3902t68wm.fsf@ant.hq.spin.de> (raw)
In-Reply-To: Dan Mills's message of "17 Dec 1999 04:26:43 -0500"

Dan Mills <dm@cs.duke.edu> writes:

> Hello,
> 
> I just don't feel good sending my password in clear text over the
> network.  Is there a way to ecrypt this?  At least the authentication
> stuff--I don't really care that much about the messages themselves
> being sent in clear text.
> 
> Perhaps there's a way to tunnel pgnus' connections through ssh?  Has
> anyone done this?

I use 

ssh -C \
    -L 9143:imap.server.xy:143 \
    /usr/X11R6/bin/xbiff -file /path/to/my/procmail_log

before firing up gnus and just tell gnus to connect to 
localhost port 9143:
(setq gnus-secondary-select-methods
        (nnimap "hip"
                (nnimap-address "127.0.0.1")
                (nnimap-server-port 9143)
                (nnimap-list-pattern ("INBOX" "mail/*")))
        ))


As you guessed (or not :-) "procmail_log" is a nnimap group
that gnus fetches, but that's unsubscribed, so xbiff
works.

It's not a very elegant solution, but it works for me.

bye,
-- 
Andi Hechtbauer                                           anti@spin.de 
System Administration                         voice: +49 941 94 65 937
SPiN GmbH               http://www.spin.de/     fax: +49 941 94 65 938  
------- web design - java chats - guestbooks - java/cgi coding -------



      parent reply	other threads:[~1999-12-17 12:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-17  9:26 Dan Mills
1999-12-17 11:18 ` Lee Willis
1999-12-17 11:47 ` Simon Josefsson
1999-12-17 21:13   ` Björn Torkelsson
1999-12-18 11:47     ` Simon Josefsson
1999-12-17 12:36 ` Andi Hechtbauer [this message]

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=m3902t68wm.fsf@ant.hq.spin.de \
    --to=anti@spin.de \
    --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).