From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31660 Path: main.gmane.org!not-for-mail From: Chris Brierley Newsgroups: gmane.emacs.gnus.general Subject: Re: Authinfo in v5.8.7 (was Re: Gnus v5.8.7 is released) Date: 06 Jul 2000 11:02:18 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: <2n1z1ccggx.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035168045 15349 80.91.224.250 (21 Oct 2002 02:40:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:40:45 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id 0CEE2D0520 for ; Thu, 6 Jul 2000 10:57:54 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAC12968; Thu, 6 Jul 2000 09:57:37 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 06 Jul 2000 09:56:44 -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 JAA15549 for ; Thu, 6 Jul 2000 09:56:34 -0500 (CDT) Original-Received: from optical.mindstorm.com (optical.mindstorm.com [209.113.156.7]) by mailhost.sclp.com (Postfix) with ESMTP id B5899D0520 for ; Thu, 6 Jul 2000 10:57:07 -0400 (EDT) Original-Received: from localhost.localdomain.pobox.com (localhost [127.0.0.1]) by optical.mindstorm.com (MindstorM/MindstorM) with ESMTP id KAA08568 for ; Thu, 6 Jul 2000 10:57:03 -0400 Original-To: ding@gnus.org In-Reply-To: Simon Josefsson's message of "03 Jul 2000 20:16:28 +0200" Original-Lines: 15 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31660 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31660 On 2000-07-03, Simon Josefsson wrote: [nnimap server hack removed from authinfo] > Try something like > > machine localhost port 1500 login ... > machine localhost port 1600 login ... > > for your setup. Does it work? Yup, that works fine. Sorry, for some silly reason I thought port had to be a name (i.e. imap or nntp), I didn't realize it could actually be any port you want. This works fine for my SSH forwarding purposes. Thanks!