From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/33777 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: smtp - can it be ssh tunneled? Date: 19 Dec 2000 14:54:10 -0800 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 1035169821 26905 80.91.224.250 (21 Oct 2002 03:10:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:10:21 +0000 (UTC) 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 D0519D049D for ; Tue, 19 Dec 2000 17:55:25 -0500 (EST) 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 QAB07688; Tue, 19 Dec 2000 16:55:25 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 19 Dec 2000 16:54:23 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id QAA27455 for ; Tue, 19 Dec 2000 16:54:09 -0600 (CST) Original-Received: from freedom.LABridge.com (home.LABridge.com [206.117.169.5]) by mailhost.sclp.com (Postfix) with ESMTP id 7FED4D049D for ; Tue, 19 Dec 2000 17:54:30 -0500 (EST) Original-Received: from reader.labridge.com (DSL02-160.LABridge.com [206.117.4.160]) by freedom.LABridge.com (8.8.8/8.8.8) with ESMTP id OAA31367 for ; Tue, 19 Dec 2000 14:58:04 -0800 Original-Received: (from reader@localhost) by reader.labridge.com (8.9.3/8.9.3) id OAA11124; Tue, 19 Dec 2000 14:54:27 -0800 X-Authentication-Warning: reader.labridge.com: reader set sender to reader@newsguy.com using -f Original-To: ding@gnus.org In-Reply-To: Kevin Falcone's message of "19 Dec 2000 16:45:44 -0500" User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5 Original-Lines: 35 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:33777 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:33777 Kevin Falcone writes: [...] > ssh -L 2525:mail.server:25 shell.server [...] > > ssh -C -q -L 2525:sierra.seas.upenn.edu:25 blue.seas.upenn.edu [...] Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > I think you could try this: >=20 > ssh -f -L 25:smtp.newsguy.com:25 ssh.access.newsguy.com sleep 3600 Alright..... Now were talking.. Thanks fellows... Where I usually drop the ball is between `man page' and translating it to the command line. These several clear examples... should give me a big legup on that. I always wondered why clear basic examples aren't manditory for manpages. > If you want more details, feel free to reply offlist. Thanks, that is likely to be the case at some point. So I'll be taking it off list from here on. I can't test the real machines just now but am setting up some experiments .....=20