From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30572 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: accessing nnimap folders through SSH? Date: 01 May 2000 23:20:09 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035167089 9211 80.91.224.250 (21 Oct 2002 02:24:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:24:49 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 6F8C5D051F for ; Mon, 1 May 2000 17:22:43 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id QAB31152; Mon, 1 May 2000 16:22:34 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 01 May 2000 16:21:35 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id QAA09187 for ; Mon, 1 May 2000 16:21:22 -0500 (CDT) Original-Received: from badis.pdc.kth.se (badis.pdc.kth.se [130.237.221.45]) by mailhost.sclp.com (Postfix) with ESMTP id C7C38D051E for ; Mon, 1 May 2000 17:20:15 -0400 (EDT) Original-Received: (from jas@localhost) by badis.pdc.kth.se (8.10.0/8.10.0) id e41LKAR05598; Mon, 1 May 2000 23:20:10 +0200 Original-To: Steinar Bang In-Reply-To: Steinar Bang's message of "01 May 2000 22:41:28 +0200" Original-Lines: 9 User-Agent: Gnus/5.0806 (Gnus v5.8.6) Emacs/20.6 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30572 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30572 Steinar Bang writes: > Is there a way of accessing nnimap folders through an SSH tunnel > through a firewall? Sure, just set up the ssh tunnel=B9 (in `gnus-startup-hook'?) and point nnimap at localhost:4711 (or whatever). [1] ssh -L 4711:localhost:143 my.mail.server.org