From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/74496 Path: news.gmane.org!not-for-mail From: Tommy Kelly Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap-server-port being ignored? Date: Sun, 28 Nov 2010 11:20:10 -0600 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1290964853 11243 80.91.229.12 (28 Nov 2010 17:20:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 28 Nov 2010 17:20:53 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M22855@lists.math.uh.edu Sun Nov 28 18:20:49 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PMkvg-00018V-GW for ding-account@gmane.org; Sun, 28 Nov 2010 18:20:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PMkva-00033k-Cu; Sun, 28 Nov 2010 11:20:42 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PMkvZ-00033T-1f for ding@lists.math.uh.edu; Sun, 28 Nov 2010 11:20:41 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PMkvU-0005gn-Li for ding@lists.math.uh.edu; Sun, 28 Nov 2010 11:20:40 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PMkvT-0005Xp-00 for ; Sun, 28 Nov 2010 18:20:35 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PMkvO-00012u-S4 for ding@gnus.org; Sun, 28 Nov 2010 18:20:32 +0100 Original-Received: from cpe-70-112-150-104.austin.res.rr.com ([70.112.150.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 28 Nov 2010 18:20:30 +0100 Original-Received: from tommy.kelly by cpe-70-112-150-104.austin.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 28 Nov 2010 18:20:30 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 31 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cpe-70-112-150-104.austin.res.rr.com User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (darwin) Cancel-Lock: sha1:u9pmsQfocRcIlU2Sfo+eDKZDyWA= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:74496 Archived-At: Lars Magne Ingebrigtsen writes: > > Ah, right. The wrong orders. I've now fixed this. I've pulled this fix but my tunneled server is still burst. I see this in *Messages*: Warning: Opening nnimap server on tunl...failed: ; Denied server nnimap+tunl; Opening nnimap server on tunl...failed: ; Unable to open server nnimap+tunl due to: make client process failed: connection refused, :name, *nnimap*, :buffer, *nnimap localhost 10143 *nntpd**, :host, localhost, :service, imap I reverted to 5.13 and it still works fine so I don't think anything has changed at my server side. Relevant .gnus: (setq gnus-secondary-select-methods '( (nnimap "tunl" ; Via the tunnel (nnimap-stream network) (nnimap-address "localhost") (nnimap-server-port 10143) ) (nnimap "gapp" ; Direct from Google Apps (nnimap-address "imap.gmail.com") (nnimap-server-port 993) ) (nnimap "pers" ; Direct from Gmail (nnimap-address "imap.gmail.com") (nnimap-server-port 993) ) ) ) Tommy